changeset 81:bb289832e061

bump version
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 05 Jul 2013 14:03:12 -0700
parents b01b6f6efd4e
children 8596a1d97740
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Jul 05 13:12:34 2013 -0700
+++ b/setup.py	Fri Jul 05 14:03:12 2013 -0700
@@ -6,7 +6,7 @@
 except IOError:
     description = ''
 
-version = '0.12'
+version = '0.12.1'
 
 setup(name='decoupage',
       version=version,
@@ -15,7 +15,7 @@
       classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       author='Jeff Hammel',
       author_email='k0scist@gmail.com',
-      url='http://k0s.org',
+      url='http://k0s.org/hg/decoupage',
       license="GPL",
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,