# HG changeset patch # User k0s # Date 1261781099 18000 # Node ID 0a2302b6377bb7509d05a38e00925aea66532790 # Parent 0a54e5bd28758ff7067b52f33756e5df49894c56 correct email diff -r 0a54e5bd2875 -r 0a2302b6377b setup.py --- a/setup.py Thu Oct 29 18:28:13 2009 -0400 +++ b/setup.py Fri Dec 25 17:44:59 2009 -0500 @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.1.1' +version = '0.1.2' setup(name='cropresize', version=version, @@ -11,7 +11,7 @@ classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='image', author='Jeff Hammel', - author_email='jhammel@openplans.org', + author_email='k0scist@gmail.com', url='http://pypi.python.org/pypi/cropresize', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),