summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-02-02 11:54:33 +0000
committerChris Dent <cdent@anticdent.org>2020-02-02 11:54:33 +0000
commit7d69508d92f3298f9bfe89bf34c2a6461bf68b30 (patch)
treee76de80a8f07ddd798174b5e23dbeb1d5e8b0680 /setup.py
parentab257360ccd6d1a5a41e23a2feef7127f31a4d1d (diff)
downloadpastedeploy-git-7d69508d92f3298f9bfe89bf34c2a6461bf68b30.tar.gz
Release 2.1.02.1.0
* remove pytest-runner
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 e15e7a7..660c5a8 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ docs_extras = [
setup(
name="PasteDeploy",
- version="2.0.1",
+ version="2.1.0",
description="Load, configure, and compose WSGI applications and servers",
long_description=readme,
classifiers=[