summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c3be076..989c01d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-__version__ = '2.2'
+__version__ = '2.3.1'
import io
import os
@@ -47,7 +47,7 @@ setup(name="Routes",
keywords='routes webob dispatch',
author="Ben Bangert",
author_email="ben@groovie.org",
- url='http://routes.readthedocs.org/',
+ url='https://routes.readthedocs.io/',
license="MIT",
test_suite="nose.collector",
include_package_data=True,