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

Commit

Permalink
fix merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Feb 24, 2018
2 parents d37a892 + 9c74e8d commit 0850f71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = "__version__ = '0.4.10-dev'"
version = "__version__ = '0.4.10'"
# The full version, including alpha/beta/rc tags.
release = "__version__ = '0.4.10-dev'"
release = "__version__ = '0.4.10'"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.4.10-dev'
__version__ = '0.4.10'
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.4.10-dev
current_version = 0.4.10
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 @@ -18,7 +18,7 @@
setup(
name='neo-python',
python_requires='>=3.4, <3.6',
version='0.4.10-dev',
version='0.4.10',
description="Python Node and SDK for the NEO blockchain",
long_description=readme,
author="Thomas Saunders",
Expand Down

0 comments on commit 0850f71

Please sign in to comment.