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 2017-05-11 10:14:39 -07:00
parent 9d2381601b
commit 51e1ca3cdb
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
1.0.1.dev0 (Next Release)
-------------------------
1.0.0 (2017-05-11)
------------------

View File

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

View File

@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.0.1.dev0'
import sys
@ -59,7 +59,6 @@ setup(
tests_require=[],
include_package_data=True,
zip_safe=False,
namespace_packages=['py65'],
test_suite="py65.tests",
entry_points={
'console_scripts': [