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