Skip to content

Commit f280758

Browse files
committed
Releases 0.99.5
1 parent 6474e71 commit f280758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
logger = logging.getLogger(__name__)
66

7-
VERSION = (0, 99, 5, "dev")
7+
VERSION = (0, 99, 5)
88

99
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
1010
__author__ = "Alberto Paro"

0 commit comments

Comments
 (0)