Skip to content

Commit

Permalink
Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jan 8, 2015
1 parent de1b174 commit fec7eaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flask_redis.py
Expand Up @@ -24,7 +24,7 @@

__author = 'Igor Davydenko'
__license__ = 'BSD License'
__version__ = '0.6a1'
__version__ = '0.6'


IS_PY3 = sys.version_info[0] == 3
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Expand Up @@ -34,11 +34,17 @@
py_modules=['flask_redis'],
platforms='any',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Operating System :: OS Independent',
'Topic :: Utilities',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit fec7eaa

Please sign in to comment.