Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/peterbe/tornado-utils
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/peterbe/tornado-utils:
  upping the version number for uploading to pypi
  • Loading branch information
ifduyue committed Mar 23, 2012
2 parents 9a98d7f + 8fbbb53 commit 5a3a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='tornado-utils',
version='1.1',
version='1.2',
description='Utility scripts for a Tornado site',
long_description=read('README.md'),
author='Peter Bengtsson',
Expand Down

0 comments on commit 5a3a302

Please sign in to comment.