diff options
author | ianb <ianb@localhost> | 2006-10-22 20:58:38 +0000 |
---|---|---|
committer | ianb <ianb@localhost> | 2006-10-22 20:58:38 +0000 |
commit | 6cdcd4075ddb27b8c79317c8c4b0337915f4615d (patch) | |
tree | 96c5c8a71e3607d3f75e927ab42162ceda982772 | |
parent | 1384a5408e8fed6d54f0eedae54bbba1daad024d (diff) | |
download | pastedeploy-git-6cdcd4075ddb27b8c79317c8c4b0337915f4615d.tar.gz |
Auto-update of version strings
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.9.7' +version = '1.0.1' setup( name="PasteDeploy", |