# HG changeset patch # User Augie Fackler # Date 1400017325 14400 # Node ID 9f20b66027c259e498a96454cf4c380e9440d769 # Parent 3a045277a43489531a7b5561fad87b8f892e1a8e setup: bump version number, correct author diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup( name='hg-git', - version='0.5.0', - author='Scott Chacon', + version='0.6.0', + author='The hg-git Authors', maintainer='Augie Fackler', maintainer_email='durin42@gmail.com', url='http://hg-git.github.com/',