summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbbangert <none@none>2006-07-13 19:31:21 -0700
committerbbangert <none@none>2006-07-13 19:31:21 -0700
commit42f1daa3c3e36d53b4c7a41f6e92fc4871926383 (patch)
tree088ce57cec63284773b8c84b38b65d9bb627d72e /setup.py
parent31b71a664a34f649b1ec2d6a0bdb62b44b668467 (diff)
downloadroutes-42f1daa3c3e36d53b4c7a41f6e92fc4871926383.tar.gz
[svn] Going to 1.4 for upcoming Routes release.
--HG-- branch : trunk
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 3523641..5b03ed4 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ use_setuptools()
from setuptools import setup, find_packages
setup(name="Routes",
- version='1.3.3',
+ version='1.4',
description='Routing Recognition and Generation Tools',
long_description="""
A Routing package for Python that matches URL's to dicts and vice versa