diff --git a/setup.py b/setup.py index 3721e6e..abb0166 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ EMAIL = "contact@greenponik.com" AUTHOR = "GreenPonik SAS" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.0.7" +VERSION = "0.0.8" # What packages are required for this module to be executed? REQUIRED = [ diff --git a/version.py b/version.py index b615414..559a6d7 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.7" +__version__ = "0.0.8"