Skip to content

Commit

Permalink
Updated with modified route data from Strætó bs
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Dec 17, 2019
1 parent 263e0ba commit e5fc3e2
Show file tree
Hide file tree
Showing 8 changed files with 460,260 additions and 577,498 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def read(*names, **kwargs):
setup(
name="straeto",
# Remember to modify version number in src/straeto/__init__.py as well
version="0.0.10",
version="0.0.11",
license="GNU GPLv3",
description="A package for information about buses and bus routes",
long_description="{0}\n".format(read("README.md")),
Expand Down
2 changes: 1 addition & 1 deletion src/straeto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
__author__ = "Miðeind ehf."
__copyright__ = "(C) 2019 Miðeind ehf."
# Remember to update the version in setup.py as well
__version__ = "0.0.10"
__version__ = "0.0.11"

Loading

0 comments on commit e5fc3e2

Please sign in to comment.