Skip to content

Commit

Permalink
0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jan 7, 2018
1 parent 373a715 commit b830e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyroutelib3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# 2017-09-24 MK Code cleanup
# 2017-09-30 MK LocalFile - Only router
# 2017-10-11 MK Access keys
# 2018-01-07 MK Oneway:<Transport> tags & New distance function
#----------------------------------------------------------------------------
import os
import re
Expand All @@ -46,7 +47,7 @@
__copyright__ = "Copyright 2007, Oliver White; Modifications: Copyright 2017, Mikolaj Kuranowski"
__credits__ = ["Oliver White", "Mikolaj Kuranowski"]
__license__ = "GPL v3"
__version__ = "0.8pre3"
__version__ = "0.8"
__maintainer__ = "Mikolaj Kuranowski"
__email__ = "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
name = "pyroutelib3",
packages = ["pyroutelib3"],
license = "GPL v3",
version = "0.8pre3",
version = "0.8",
description = "Library for simple routing on OSM data",
long_description = readme,
author = "Oliver White",
maintainer = "Mikolaj Kuranowski",
maintainer_email = "[email protected]",
url = "https://github.com/MKuranowski/pyroutelib3",
download_url = "https://github.com/MKuranowski/pyroutelib3/archive/0.7.tar.gz",
download_url = "https://github.com/MKuranowski/pyroutelib3/archive/0.8.tar.gz",
keywords = "osm routing pyroutelib",
classifiers = [],
install_requires = ["osmapi"]
Expand Down

0 comments on commit b830e03

Please sign in to comment.