Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.9.1-dev → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Sep 16, 2019
1 parent 22ed7e6 commit 5fe7d51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = __version__ = '0.9.1-dev'
version = __version__ = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = __version__ = '0.9.1-dev'
release = __version__ = '0.9.1'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion neo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.1-dev'
__version__ = '0.9.1'
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[bumpversion]
current_version = 0.9.1-dev
current_version = 0.9.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

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

[pycodestyle]
ignore = E721,E402,W291,E501,E704
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup(
name='neo-python',
python_requires='>=3.7',
version='0.9.1-dev',
version='0.9.1',
description="Python Node and SDK for the NEO blockchain",
long_description=readme,
author="Thomas Saunders",
Expand Down

0 comments on commit 5fe7d51

Please sign in to comment.