summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-08-25 13:25:55 +0100
committerChris Dent <cdent@anticdent.org>2019-08-25 13:25:55 +0100
commit9eff34df99e9488cec65b21c95e777414c61a379 (patch)
tree5c2d5df958c0d2ce1bc880ba2bf99b488751250a /setup.py
parent249c49d6cc7c28ffd2bfef92b2402f746d24ca8b (diff)
downloadpaste-git-9eff34df99e9488cec65b21c95e777414c61a379.tar.gz
release 3.1.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 4d3bd1c..d239a12 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.1.0'
+__version__ = '3.1.1'
from setuptools import setup, find_packages
import sys, os