]> git.parisson.com Git - django-google-tools.git/commitdiff
Bumped version number to 0.2
authorJ. Cliff Dyer <jcdyer@aalcdl07.(none)>
Wed, 2 Dec 2009 22:19:44 +0000 (17:19 -0500)
committerJ. Cliff Dyer <jcdyer@aalcdl07.(none)>
Wed, 2 Dec 2009 22:19:44 +0000 (17:19 -0500)
setup.py

index fd5ca735b4ca31934e6057469eb1b059de732652..e3706cd74f26bb151e764601492ff052fe00c712 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='google_analytics',
-      version='0.1',
+      version='0.2',
       description='A simple Django application to integrate Google Analytics into your projects',
       author='Clint Ecker',
       author_email='me@clintecker.com',
@@ -15,4 +15,4 @@ setup(name='google_analytics',
                    'Operating System :: OS Independent',
                    'Programming Language :: Python',
                    'Topic :: Utilities'],
-      )
\ No newline at end of file
+      )