Skip to content

Commit cc83151

Browse files
committed
update version info
1 parent 68cc920 commit cc83151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymmrouting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 'switchcondition', 'datamodel']
33

44
__title__ = 'pymmrouting'
5-
__version__ = '0.3.1'
5+
__version__ = '0.3.2'
66
__author__ = 'LIU Lu'
77
__license__ = 'The MIT License'
88
__copyright__ = 'Copyright 2014-2015 LIU Lu'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(name="pymmrouting",
4-
version="0.3.1",
4+
version="0.3.2",
55
description="""Python implementation of multimodal routing engine
66
based on multimodal shortest path algorithm for
77
postgis library (libmmspa4pg)""",

0 commit comments

Comments
 (0)