From f45f57aeaa16b48f1916c3af7ea32873fbb0aaa9 Mon Sep 17 00:00:00 2001 From: Rafael Canovas Date: Wed, 20 May 2015 16:56:54 -0300 Subject: [PATCH] New release versioning because PyPI don't let me upload a new file to the same one --- setup.py | 2 +- wordpress_auth/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d39b098..172330f 100755 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/wordpress_auth/__init__.py b/wordpress_auth/__init__.py index 12ae3b1..acdea95 100644 --- a/wordpress_auth/__init__.py +++ b/wordpress_auth/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.3' +__version__ = '0.1.31' from django.conf import settings