summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2019-07-24 11:52:19 +0100
committerChris Dent <cdent@anticdent.org>2019-07-24 11:52:19 +0100
commit13fe3fadc740067342e1ac04c8685a97da6781d9 (patch)
treedf5743b51bb01a6a555c0a4defffb49971c4e18e /setup.py
parent37bb9b45cdb55b50a4c2b371c5a0a75198863287 (diff)
downloadpaste-git-13fe3fadc740067342e1ac04c8685a97da6781d9.tar.gz
release 3.1.03.1.0
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 6e52d17..4d3bd1c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
# - git push
# - python setup.py sdist bdist_wheel upload --sign
-__version__ = '3.0.8'
+__version__ = '3.1.0'
from setuptools import setup, find_packages
import sys, os