Skip to content

Commit 8b5df41

Browse files
author
Federico J. Fernandez
committed
Bumping version to v0.1.4
1 parent 3181c64 commit 8b5df41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
project = u'OSMnet'
3131
copyright = u'2017, UrbanSim Inc.'
3232
author = u'UrbanSim Inc.'
33-
version = u'0.1.3'
34-
release = u'0.1.3'
33+
version = u'0.1.4'
34+
release = u'0.1.4'
3535
language = None
3636

3737
nitpicky = True

osmnet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .load import *
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"
44

55
version = __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='osmnet',
17-
version='0.1.3',
17+
version='0.1.4',
1818
license='AGPL',
1919
description=('Tools for the extraction of OpenStreetMap street network '
2020
'data for use in Pandana accessibility analyses.'),

0 commit comments

Comments
 (0)