Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Dec 20, 2024
1 parent c8869e2 commit fb27885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antropy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .entropy import *
from .fractal import *

__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
URL = "https://raphaelvallat.com/antropy/build/html/index.html"
LICENSE = "BSD (3-clause)"
DOWNLOAD_URL = "https://github.com/raphaelvallat/antropy/"
VERSION = "0.1.6"
VERSION = "0.1.7"
PACKAGE_DATA = {"antropy.data.icons": ["*.ico"]}

try:
Expand Down

0 comments on commit fb27885

Please sign in to comment.