summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-01-28 15:56:39 +0000
committerChris Dent <cdent@anticdent.org>2020-01-28 15:56:39 +0000
commit177f22e80b2ecde710a5423ab12db5280bdff3eb (patch)
tree8b3c3a9b7b81a7bbf3e80298bd79d0cb93afd49a /setup.py
parentb9d39dc9ff6c6d70b00bc2b764fb4fc6b38eb239 (diff)
downloadpaste-git-177f22e80b2ecde710a5423ab12db5280bdff3eb.tar.gz
release 3.3.03.3.0
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 c77466e..b795b0e 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.2.7'
+__version__ = '3.3.0'
from setuptools import setup, find_packages
import sys, os