summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-09-25 15:33:55 +0100
committerChris Dent <cdent@anticdent.org>2020-09-25 15:33:55 +0100
commitc9525141df14dd567caa246ab5c77a9825b90b3a (patch)
tree355c81547eca95283f29a166c1e14e391cf4a40f /setup.py
parentf382936ce4d5ad937f03d01da425444bca35cadd (diff)
downloadpaste-git-c9525141df14dd567caa246ab5c77a9825b90b3a.tar.gz
release 3.4.63.4.6
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 92c9d33..8b6f064 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.5'
+__version__ = '3.4.6'
from setuptools import setup, find_packages
import sys, os