summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-11-25 21:05:58 +0000
committerChris Dent <cdent@anticdent.org>2019-11-25 21:05:58 +0000
commit104d8ad3f89462dab32c37d0fbdf3c728ffd3223 (patch)
tree783fbf2db094b2994c332730d70453e7a207f00e /setup.py
parenteff33e19a0ec402379a150b3fdcc099e9f666c02 (diff)
downloadpaste-git-104d8ad3f89462dab32c37d0fbdf3c728ffd3223.tar.gz
release 3.2.33.2.3
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 a89e580..ad558a0 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.2'
+__version__ = '3.2.3'
from setuptools import setup, find_packages
import sys, os