summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-01-26 15:37:33 +0000
committerChris Dent <cdent@anticdent.org>2020-01-26 15:37:33 +0000
commitaaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a (patch)
treebe5c73ad5342486f99a988ed648a18b8ac5f7b0a /setup.py
parent221d33c102b83abc4657e9aafb135844d5215bdb (diff)
downloadpaste-git-aaa216c6e0a3c1fd18fccd07ccd4c13230c9f87a.tar.gz
relese 3.2.73.2.7
more python3 fixes
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 0cf9806..1c64213 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.6'
+__version__ = '3.2.7'
from setuptools import setup, find_packages
import sys, os