Skip to content

Commit

Permalink
bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Jan 13, 2024
1 parent 44fca21 commit 4c743d4
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,6 +1,6 @@
[project]
name = "verspaetungsorakel"
version = "0.2.8"
version = "0.3.0"
description = "Add your description here"
authors = [
{ name = "2mal3", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion verspaetungsorakel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from verspaetungsorakel.bahn import write_timetables_to_database, get_delays, write_stations_to_database
from verspaetungsorakel.database import Station, Train, Stop

VERSION = "0.2.8"
VERSION = "0.3.0"


@asynccontextmanager
Expand Down

0 comments on commit 4c743d4

Please sign in to comment.