From 84586fd41fc07d905d2ce63cb4ed133c23d0cba4 Mon Sep 17 00:00:00 2001 From: Safwan Rahman Date: Sat, 5 Mar 2016 04:35:59 +0600 Subject: [PATCH] change to version 0.0.2 As its updated for Django 1.8, it should be a new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fe16cf..84df7cc 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='django-badger', - version='0.0.1', + version='0.0.2', description='Django app for managing and awarding badgers', long_description=open('README.rst').read(), author='Leslie Michael Orchard',