We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dc68c commit 48e39cdCopy full SHA for 48e39cd
setup.py
@@ -10,7 +10,7 @@
10
EMAIL = "mickael@lehoux.net"
11
AUTHOR = "Mickael Lehoux"
12
REQUIRES_PYTHON = ">=3.6.0"
13
-VERSION = "0.0.4"
+VERSION = "0.0.5"
14
15
# What packages are required for this module to be executed?
16
REQUIRED = [
version.py
@@ -1,2 +1,2 @@
1
2
-__version__ = "0.0.4"
+__version__ = "0.0.5"
0 commit comments