Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed May 21, 2015
1 parent 2dac072 commit 6e56b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = setup.py radix/__init__.py
commit = True
tag = True
current_version = 0.8.0
current_version = 0.8.1

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

__version__ = '0.8.0'
__version__ = '0.8.1'
__all__ = ['Radix']


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

0 comments on commit 6e56b4d

Please sign in to comment.