summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbbangert <none@none>2006-04-04 14:09:03 -0700
committerbbangert <none@none>2006-04-04 14:09:03 -0700
commit5edaca1356b34fa79265de90d6ab547ed8757b3c (patch)
tree2629c788df6e9215be83ec0e70c45c7f13bf915d /setup.py
parentbf6e4f94d98b4792d4823ac6a2d6712a2b7ad9d3 (diff)
downloadroutes-5edaca1356b34fa79265de90d6ab547ed8757b3c.tar.gz
[svn] Updating trunk setup to 1.3.2dev
--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 81cb162..02e3807 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.1',
+ version='1.3.2',
description='Routing Recognition and Generation Tools',
long_description="""
A Routing package for Python that matches URL's to dicts and vice versa