Skip to content

Commit

Permalink
Bump version: 0.3.1-dev → 0.3.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Jun 15, 2018
1 parent 2af3278 commit aaf7f6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion broqer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Günther Jena'
__email__ = 'guenther@jena.at'
__version__ = '0.3.1-dev'
__version__ = '0.3.2-dev'

__all__ = [
'Disposable', 'SubscriptionDisposable', 'Subscriber', 'Publisher',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = 'broqer'
copyright = u'2018, Günther Jena'
author = u'Günther Jena'
version = '0.3.1-dev'
version = '0.3.2-dev'

extensions = [
'sphinx.ext.autodoc',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1-dev
current_version = 0.3.2-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/semiversus/python-broqer',
version='0.3.1-dev',
version='0.3.2-dev',
zip_safe=False,
)

0 comments on commit aaf7f6a

Please sign in to comment.