summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b42cba1..eaae3c6 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if sys.version_info < (3,):
install_options = {
"name": "trollius",
- "version": "2.1",
+ "version": "2.1.post1",
"license": "Apache License 2.0",
"author": 'Victor Stinner',
"author_email": 'victor.stinner@gmail.com',