Skip to content

Commit

Permalink
Merge pull request #75 from stigok/release-0.5.1
Browse files Browse the repository at this point in the history
Versjon 0.5.1
  • Loading branch information
stigok committed Jun 15, 2021
2 parents 05ced67 + 50d66df commit 589f7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "ruterstop"
description = "Et program som viser sanntidsinformasjon for stoppesteder i Oslo og deler av Viken."
version = "0.5.0"
version = "0.5.1"
authors = ["Stig Otnes Kolstad <stig@stigok.com>"]
readme = "README.md"
homepage = "https://github.com/stigok/ruterstop"
Expand Down
2 changes: 1 addition & 1 deletion ruterstop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from ruterstop.utils import delta, human_delta, norwegian_ascii, timed_cache

__version__ = "0.5.0"
__version__ = "0.5.1"

# Default settings
DEFAULTS = dict(long_eta=59)
Expand Down

0 comments on commit 589f7b7

Please sign in to comment.