From 7b04cb1e5113d870e0322321df49bcc9f51f17ee Mon Sep 17 00:00:00 2001 From: Mickael Date: Thu, 1 Oct 2020 19:02:32 +0200 Subject: [PATCH] bump to 0.0.5 --- setup.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e1def00..4c81f52 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.4" +VERSION = "0.0.5" # What packages are required for this module to be executed? REQUIRED = [ diff --git a/version.py b/version.py index 7e59b98..a8a282f 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.4" +__version__ = "0.0.5"