Skip to content

Commit

Permalink
Bump version: 0.3.0-dev → 0.3.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Jun 15, 2018
1 parent b20de9c commit 309a73a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0-dev'
__version__ = '0.3.1-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.0-dev'
version = '0.3.1-dev'

extensions = [
'sphinx.ext.autodoc',
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 0.3.0-dev
current_version = 0.3.1-dev
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma

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.0-dev',
version='0.3.1-dev',
zip_safe=False,
)

0 comments on commit 309a73a

Please sign in to comment.