Browse Source

Upped version number.

Marcos Dumay de Medeiros 8 years ago
parent
commit
55b0ae2cb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -33,7 +33,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
 setup(
     name='rapid-django',
 
-    version='0.0.1a1',
+    version='0.0.2',
 
     description='Opionated tools for rapid development of enterprise CRUD portals',
     long_description=long_description,