Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Jun 14, 2015
1 parent b615cf9 commit fec38db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

VERSION = (0, 0, 1)
VERSION = (0, 0, 2)
__version__ = VERSION
__versionstr__ = '.'.join([str(v) for v in VERSION])

Expand All @@ -24,8 +24,12 @@
test_suite='tests.run_tests.all',
classifiers=[
'Development Status :: 1 - Planning',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: PyPy'
Expand Down

0 comments on commit fec38db

Please sign in to comment.