Skip to content

Commit

Permalink
1.3 release
Browse files Browse the repository at this point in the history
MKuranowski committed Apr 13, 2019
1 parent 2a061aa commit 25d2152
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyroutelib3.py
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
__copyright__ = "Copyright 2007, Oliver White; Modifications: Copyright 2017-2019, Mikolaj Kuranowski"
__credits__ = ["Oliver White", "Mikolaj Kuranowski"]
__license__ = "GPL v3"
__version__ = "1.2"
__version__ = "1.3"
__maintainer__ = "Mikolaj Kuranowski"
__email__ = "[email protected]"

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -7,15 +7,15 @@
name = "pyroutelib3",
py_modules = ["pyroutelib3"],
license = "GPL v3",
version = "1.2",
version = "1.3",
description = "Library for simple routing on OSM data",
long_description = readme,
long_description_content_type = "text/markdown",
author = "Oliver White",
maintainer = "Mikolaj Kuranowski",
maintainer_email = "[email protected]",
url = "https://github.com/MKuranowski/pyroutelib3",
download_url = "https://github.com/MKuranowski/pyroutelib3/archive/1.2.tar.gz",
download_url = "https://github.com/MKuranowski/pyroutelib3/archive/1.3.tar.gz",
keywords = "osm routing pyroutelib",
classifiers = [],
install_requires = ["python-dateutil"]

0 comments on commit 25d2152

Please sign in to comment.