Skip to content

Commit

Permalink
Releases 0.99.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aparo committed Aug 27, 2014
1 parent 6474e71 commit f280758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f280758

Please sign in to comment.