Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Aug 27, 2019
1 parent 00d240b commit 32b59fe
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 @@ -59,7 +59,7 @@ def read(*names, **kwargs):
name="straeto",
# Remember to modify version numbers in
# doc/conf.py and src/straeto/__init__.py as well
version="0.0.3",
version="0.0.4",
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 doc/conf.py as well
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 32b59fe

Please sign in to comment.