diff --git a/pyes/__init__.py b/pyes/__init__.py index 569dcab0..d9f23483 100644 --- a/pyes/__init__.py +++ b/pyes/__init__.py @@ -4,7 +4,7 @@ logger = logging.getLogger(__name__) -VERSION = (0, 99, 5, "dev") +VERSION = (0, 99, 5) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) __author__ = "Alberto Paro"