We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cc920 commit cc83151Copy full SHA for cc83151
pymmrouting/__init__.py
@@ -2,7 +2,7 @@
2
# 'switchcondition', 'datamodel']
3
4
__title__ = 'pymmrouting'
5
-__version__ = '0.3.1'
+__version__ = '0.3.2'
6
__author__ = 'LIU Lu'
7
__license__ = 'The MIT License'
8
__copyright__ = 'Copyright 2014-2015 LIU Lu'
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
setup(name="pymmrouting",
- version="0.3.1",
+ version="0.3.2",
description="""Python implementation of multimodal routing engine
based on multimodal shortest path algorithm for
postgis library (libmmspa4pg)""",
0 commit comments