summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-10-31 09:58:53 +0000
committerChris Dent <chris.dent@gmail.com>2018-10-31 09:58:53 +0000
commit5a4c717b02144fc501eab5271495ca7fa9d0c3f7 (patch)
treeacc8709b58603d50a8562a7fdb7376a33de32de3 /setup.py
parentcdac8d221ca509946739aab8acb55422e0e457c4 (diff)
downloadpaste-git-5a4c717b02144fc501eab5271495ca7fa9d0c3f7.tar.gz
Release 3.0.23.0.2
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 aeb6f32..8f10069 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.1'
+__version__ = '3.0.2'
from setuptools import setup, find_packages
import sys, os