aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 748de7b..52c07ce 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ def read(fname):
setup(
name = "django-shorturls",
- version = "1.0.1",
+ version = "1.1.0",
url = 'https://github.com/bfirsh/django-shorturls',
license = 'BSD',
description = "A URL shortening app for Django.",