diff --git a/setup.py b/setup.py index 0c28327..539603b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ EMAIL = "contact@greenponik.com" AUTHOR = "GreenPonik SAS" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.0.14" +VERSION = "0.0.15" # What packages are required for this module to be executed? REQUIRED = [ diff --git a/version.py b/version.py index 311f216..6561790 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.0.14" +__version__ = "0.0.15"