We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6474e71 commit f280758Copy full SHA for f280758
1 file changed
pyes/__init__.py
@@ -4,7 +4,7 @@
4
5
logger = logging.getLogger(__name__)
6
7
-VERSION = (0, 99, 5, "dev")
+VERSION = (0, 99, 5)
8
9
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
10
__author__ = "Alberto Paro"
0 commit comments