summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-22 20:58:38 +0000
committerianb <devnull@localhost>2006-10-22 20:58:38 +0000
commit7bcbbd97196cd8b68fe4ec3036e020fadf382d97 (patch)
tree96c5c8a71e3607d3f75e927ab42162ceda982772 /setup.py
parenta3795ca3ca3e2d584c50fd21b133a7c532e3fe89 (diff)
downloadpastedeploy-7bcbbd97196cd8b68fe4ec3036e020fadf382d97.tar.gz
Auto-update of version strings
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a1196ea..91a7992 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.9.7'
+version = '1.0.1'
setup(
name="PasteDeploy",