it's been stable, call it 1.0

This commit is contained in:
Noah Levitt 2015-06-13 11:30:01 -07:00
parent 903d2f3107
commit f254e2eec1

View File

@ -3,7 +3,7 @@
import setuptools
import glob
VERSION_BYTES = b'0.2'
VERSION_BYTES = b'1.0'
def full_version_bytes():
import subprocess, time
@ -36,7 +36,7 @@ setuptools.setup(name='umbra',
scripts=glob.glob('bin/*'),
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha Development Status',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.3',