summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-10-12 13:46:45 +0100
committerChris Dent <cdent@anticdent.org>2020-10-12 13:46:45 +0100
commit225c7ebf34a9c90435932b690967538493a943ce (patch)
tree3ec701c2d0e8b54b998253ed914175f3e499fcc4 /setup.py
parent58b720d8ee7f0c1d7b4ad1d596602e29942c0679 (diff)
downloadpaste-git-225c7ebf34a9c90435932b690967538493a943ce.tar.gz
release 3.5.03.5.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 8b6f064..436c031 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.6'
+__version__ = '3.5.0'
from setuptools import setup, find_packages
import sys, os