mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
it's been stable, call it 1.0
This commit is contained in:
parent
903d2f3107
commit
f254e2eec1
4
setup.py
4
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user