summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-07-22 16:16:20 +0100
committerChris Dent <cdent@anticdent.org>2020-07-22 16:16:20 +0100
commita80c388626a3852b58aa1431c3ca1727f58dc3c2 (patch)
tree568cab4ac3f8a7356d057d3b4aa15246cbe53481 /setup.py
parent84ee50a0b62a1b3206b5894b397a1aa0bb12deb2 (diff)
downloadpaste-git-a80c388626a3852b58aa1431c3ca1727f58dc3c2.tar.gz
release 3.4.33.4.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 bc02e49..6c7df63 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.2'
+__version__ = '3.4.3'
from setuptools import setup, find_packages
import sys, os