diff --git a/antropy/__init__.py b/antropy/__init__.py index 8d3a5ca..dc51218 100644 --- a/antropy/__init__.py +++ b/antropy/__init__.py @@ -3,4 +3,4 @@ from .entropy import * from .fractal import * -__version__ = "0.1.6" +__version__ = "0.1.7" diff --git a/setup.py b/setup.py index 111d40a..a98053b 100644 --- a/setup.py +++ b/setup.py @@ -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: