summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-06-04 12:59:58 +0100
committerChris Dent <cdent@anticdent.org>2020-06-04 12:59:58 +0100
commit7b6cfdfe132a5f5e6631a5fe8d3492538c1d0d78 (patch)
tree49da7cdaf6b849cc63b98ee1f5b9d5fb2de696d9 /setup.py
parent11fec3e77f3212494f8f83052168c1e71ddbf0a4 (diff)
downloadpaste-git-7b6cfdfe132a5f5e6631a5fe8d3492538c1d0d78.tar.gz
release 3.4.13.4.1
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 2c2b354..5d66ae3 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.4.0'
+__version__ = '3.4.1'
from setuptools import setup, find_packages
import sys, os