Skip to content

Commit e5fc3e2

Browse files
Updated with modified route data from Strætó bs
1 parent 263e0ba commit e5fc3e2

File tree

8 files changed

+460260
-577498
lines changed

8 files changed

+460260
-577498
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def read(*names, **kwargs):
5858
setup(
5959
name="straeto",
6060
# Remember to modify version number in src/straeto/__init__.py as well
61-
version="0.0.10",
61+
version="0.0.11",
6262
license="GNU GPLv3",
6363
description="A package for information about buses and bus routes",
6464
long_description="{0}\n".format(read("README.md")),

src/straeto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
__author__ = "Miðeind ehf."
4848
__copyright__ = "(C) 2019 Miðeind ehf."
4949
# Remember to update the version in setup.py as well
50-
__version__ = "0.0.10"
50+
__version__ = "0.0.11"
5151

0 commit comments

Comments
 (0)