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.4.7-dev → 0.4.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Feb 14, 2018
1 parent ef01e05 commit ef816b7
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 @@ -77,9 +77,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = "__version__ = '0.4.7-dev'"
version = "__version__ = '0.4.8-dev'"
# The full version, including alpha/beta/rc tags.
release = "__version__ = '0.4.7-dev'"
release = "__version__ = '0.4.8-dev'"

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

0 comments on commit ef816b7

Please sign in to comment.