Skip to content

Commit

Permalink
Updates setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkheir committed Jul 10, 2020
1 parent 56b0ef9 commit df062a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10.0
current_version = 1.0.0

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.10.0'
__version__ = '1.0.0'
__all__ = ['Radix']


Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@

setup(
name='py-radix',
version='0.10.0',
maintainer='Michael J. Schultz',
maintainer_email='[email protected]',
url='https://github.com/mjschultz/py-radix',
version='1.0.0',
maintainer='Raphael Cohen',
maintainer_email='[email protected]',
url='https://github.com/SEKOIA-IO/py-radix',
description='Radix tree implementation',
long_description=README,
license='BSD',
Expand Down

0 comments on commit df062a5

Please sign in to comment.