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

Commit

Permalink
upping version number to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Oct 9, 2012
1 parent 4f3f345 commit e5acb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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.5',
version='1.6',
description='Utility scripts for a Tornado site',
long_description=read('README.md'),
author='Peter Bengtsson',
Expand Down

0 comments on commit e5acb6b

Please sign in to comment.