diff --git a/README.rst b/README.rst index 0c63e6e..ede83da 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-achievements - Django App for user achievements ======================================================= -:Version: 0.0.3 beta +:Version: 0.0.8 :Source: http://github.com/ssaboum/django-achievements/ django-achievements is an application allowing you to handle diff --git a/setup.py b/setup.py index 56497e3..ca6b087 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="django-achievements", packages=["achievements", "achievements.migrations", "achievements.templatetags"], - version="0.0.7", + version="0.0.8", description="Django application to deal with achievements and rewards unlocked by users", author="Olivier Girardot", author_email="ssaboum@gmail.com",