Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
forgot we did this reading version.py
  • Loading branch information
esheldon committed Dec 4, 2019
1 parent ce4777e commit 0af75fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions pymangle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = 'v0.9.2'

from . import mangle
from .mangle import Mangle, genrand_cap
from .version import __version__
Expand Down
3 changes: 1 addition & 2 deletions pymangle/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into the module
__version__ = '0.9.1'

__version__ = '0.9.2'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@


setup(name="pymangle",
version='v0.9.2',
packages=['pymangle'],
description=description,
long_description=long_description,
Expand Down

0 comments on commit 0af75fa

Please sign in to comment.