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.7.1-dev → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Jun 3, 2018
1 parent bd149ca commit 311df80
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
Expand Up @@ -80,9 +80,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = __version__ = '0.7.1-dev'
version = __version__ = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = __version__ = '0.7.1-dev'
release = __version__ = '0.7.1'

# 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
@@ -1 +1 @@
__version__ = '0.7.1-dev'
__version__ = '0.7.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1-dev
current_version = 0.7.1
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
Expand Up @@ -20,7 +20,7 @@
setup(
name='neo-python',
python_requires='>=3.6',
version='0.7.1-dev',
version='0.7.1',
description="Python Node and SDK for the NEO blockchain",
long_description=readme,
author="Thomas Saunders",
Expand Down

0 comments on commit 311df80

Please sign in to comment.