setup.py
changeset 919 ffce88754767
parent 917 fc04758ea9f5
child 935 a03ea39aca2a
--- a/setup.py	Mon Apr 14 15:10:29 2014 -0400
+++ b/setup.py	Wed Apr 23 14:28:28 2014 -0700
@@ -5,10 +5,10 @@
 
 setup(
     name='hg-evolve',
-    version='3.3.0',
+    version='3.3.1',
     author='Pierre-Yves David',
     maintainer='Pierre-Yves David',
-    maintainer_email='pierre-yves.david@logilab.fr',
+    maintainer_email='pierre-yves.david@ens-lyon.org',
     url='https://bitbucket.org/marmoute/mutable-history',
     description='Flexible evolution of Mercurial history.',
     long_description=open('README').read(),