Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ritchie committed Apr 1, 2015
1 parent d28f070 commit 71599f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest_framework_expiring_authtoken/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
'views'
]

__version__ = '0.1.0a1'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tests_require=['Django'],
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 71599f6

Please sign in to comment.