diff --git a/setup.py b/setup.py index 91bfafc..7032f2a 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ from setuptools import setup -VERSION = '0.1.1' +VERSION = '0.2.0' INSTALL_DEPS = [ 'enum34>=1.1.2', @@ -78,13 +78,15 @@ platforms='any', zip_safe=True, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', 'Topic :: Security', 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries :: Python Modules'