From 35788967b9b35c9af2d5f40224cde78fa3c87666 Mon Sep 17 00:00:00 2001 From: Christopher Eck Date: Mon, 13 Feb 2017 21:49:06 -0800 Subject: [PATCH] Update package version to beta 0.2.0. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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'