Skip to content

Commit

Permalink
Merge pull request #5 from chrisleck/publish-new-version
Browse files Browse the repository at this point in the history
Update package version to beta 0.2.0.
  • Loading branch information
chrisleck authored Feb 14, 2017
2 parents 8945737 + 3578896 commit 4f32309
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from setuptools import setup


VERSION = '0.1.1'
VERSION = '0.2.0'

INSTALL_DEPS = [
'enum34>=1.1.2',
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 4f32309

Please sign in to comment.