1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-15 04:29:30 +00:00

Back to .dev0 until next release

This commit is contained in:
Mike Naberezny 2015-03-31 13:14:42 -07:00
parent bc32754899
commit 845452ccd7
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
0.25.dev0 (Next Release)
------------------------
0.24 (2015-03-31)
- Released as a universal wheel.

View File

@ -51,7 +51,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents.
#
# The short X.Y version.
version = '0.24'
version = '0.25.dev0'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -1,4 +1,4 @@
__version__ = '0.24'
__version__ = '0.25.dev0'
import os
import sys