Skip to content

Commit

Permalink
Bump version: 0.9.7 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Oct 9, 2017
1 parent 0285621 commit 52d70b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,5 +2,5 @@
files = setup.py radix/__init__.py
commit = True
tag = True
current_version = 0.9.7
current_version = 0.10.0

2 changes: 1 addition & 1 deletion radix/__init__.py
Expand Up @@ -3,7 +3,7 @@
except Exception as e:
from .radix import Radix as _Radix

__version__ = '0.9.7'
__version__ = '0.10.0'
__all__ = ['Radix']


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup(
name='py-radix',
version='0.9.7',
version='0.10.0',
maintainer='Michael J. Schultz',
maintainer_email='mjschultz@gmail.com',
url='https://github.com/mjschultz/py-radix',
Expand Down

0 comments on commit 52d70b0

Please sign in to comment.