summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2019-02-28 15:46:25 +0000
committerChris Dent <chris.dent@gmail.com>2019-02-28 15:46:25 +0000
commit4bd9871effb3192fa1973ef2cafa1923eaa0ff01 (patch)
treec66d526b849ac743abc3d6bae32727de271370d6 /setup.py
parent602fc5b942b7799f668b81249c13f7fd51cf460f (diff)
downloadpaste-git-4bd9871effb3192fa1973ef2cafa1923eaa0ff01.tar.gz
Release 3.0.73.0.7
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 5350f32..5accb22 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.6'
+__version__ = '3.0.7'
from setuptools import setup, find_packages
import sys, os