diff --git a/setup.py b/setup.py index a083f67..ccbb761 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.11" +VERSION = "0.0.12" # What packages are required for this module to be executed? REQUIRED = [ diff --git a/version.py b/version.py index b2f0155..6e2648a 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.0.11" +__version__ = "0.0.12"