Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed May 7, 2020
1 parent 84f0e3e commit 6d615f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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="1.0.0",
version="1.0.1",
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 @@ -49,4 +49,4 @@
__author__ = "Miðeind ehf."
__copyright__ = "(C) 2020 Miðeind ehf."
# Remember to update the version in setup.py as well
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 6d615f9

Please sign in to comment.