Mercurial > hg > hg-git
comparison setup.py @ 443:a9c0b93488d4 0.3.2
Bump version number for release.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 27 Jan 2012 11:52:42 -0600 (2012-01-27) |
parents | 556c3c586c4a |
children | 9d44dafbb31c |
comparison
equal
deleted
inserted
replaced
442:553dd7078058 | 443:a9c0b93488d4 |
---|---|
3 except: | 3 except: |
4 from distutils.core import setup | 4 from distutils.core import setup |
5 | 5 |
6 setup( | 6 setup( |
7 name='hg-git', | 7 name='hg-git', |
8 version='0.3.1', | 8 version='0.3.2', |
9 author='Scott Chacon', | 9 author='Scott Chacon', |
10 maintainer='Augie Fackler', | 10 maintainer='Augie Fackler', |
11 maintainer_email='durin42@gmail.com', | 11 maintainer_email='durin42@gmail.com', |
12 url='http://hg-git.github.com/', | 12 url='http://hg-git.github.com/', |
13 description='push and pull from a Git server using Mercurial', | 13 description='push and pull from a Git server using Mercurial', |