Skip to content

Commit 6d615f9

Browse files
Updated version to 1.0.1
1 parent 84f0e3e commit 6d615f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="1.0.0",
61+
version="1.0.1",
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
@@ -49,4 +49,4 @@
4949
__author__ = "Miðeind ehf."
5050
__copyright__ = "(C) 2020 Miðeind ehf."
5151
# Remember to update the version in setup.py as well
52-
__version__ = "1.0.0"
52+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)