Skip to content

Commit

Permalink
New release versioning because PyPI don't let me upload a new file to…
Browse files Browse the repository at this point in the history
… the same one
  • Loading branch information
rafaelcanovas committed May 20, 2015
1 parent 1aca2c5 commit f45f57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-wordpress-auth',
version='0.1.3',
version='0.1.31',
description='Django integration with WordPress authentication and roles / capabilities system.',
long_description=open('README.rst').read(),
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion wordpress_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.3'
__version__ = '0.1.31'

from django.conf import settings

Expand Down

0 comments on commit f45f57a

Please sign in to comment.