diff options
-rw-r--r-- | bvggrabber/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bvggrabber/__init__.py b/bvggrabber/__init__.py index 775dd6b..b661253 100644 --- a/bvggrabber/__init__.py +++ b/bvggrabber/__init__.py @@ -4,7 +4,7 @@ import os import subprocess -VERSION = (0, 1, 0, 'beta', 1) +VERSION = (0, 1, 0, 'beta', 2) def get_version(): @@ -27,7 +27,7 @@ setup( install_requires=requirements, test_suite="tests", classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', |