diff --git a/setup.py b/setup.py index c7145e9..22246b7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ URL = "https://github.com/MickaelRigault/ztflc/" LICENSE = "BSD (3-clause)" DOWNLOAD_URL = "https://github.com/MickaelRigault/ztflc/tarball/0.2" -VERSION = "0.2.4" +VERSION = "0.2.5" try: from setuptools import setup, find_packages diff --git a/ztflc/__init__.py b/ztflc/__init__.py index 788da1f..fe404ae 100644 --- a/ztflc/__init__.py +++ b/ztflc/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"