summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-16 15:57:59 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-16 15:57:59 +0200
commit2b6fb923c2cd4eaaaef888739f81dde01c84913e (patch)
treec0786ce70accc014979c8c28f740ecf9fcea2c6e /setup.py
parent7886043e76c43a020c950c7b3ec46e83666c12d5 (diff)
Bump version to newer that the fake registered version on PyPI.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5be7405..f4a5ac9 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding='utf-8').read()
-version = '0.0.1'
+version = '0.0.4'
setuptools.setup(