We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3181c64 commit 8b5df41Copy full SHA for 8b5df41
docs/source/conf.py
@@ -30,8 +30,8 @@
30
project = u'OSMnet'
31
copyright = u'2017, UrbanSim Inc.'
32
author = u'UrbanSim Inc.'
33
-version = u'0.1.3'
34
-release = u'0.1.3'
+version = u'0.1.4'
+release = u'0.1.4'
35
language = None
36
37
nitpicky = True
osmnet/__init__.py
@@ -1,5 +1,5 @@
1
from .load import *
2
3
-__version__ = "0.1.3"
+__version__ = "0.1.4"
4
5
version = __version__
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='osmnet',
17
- version='0.1.3',
+ version='0.1.4',
18
license='AGPL',
19
description=('Tools for the extraction of OpenStreetMap street network '
20
'data for use in Pandana accessibility analyses.'),
0 commit comments