diff --git a/pyproject.toml b/pyproject.toml index 7de59aa..4b499a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tuipod" -version = "2024-11-22.5c24b1e90d6c4ae28faceec6bbcdff7a" +version = "2024-11-23.3b6cc82c7f5342c39ba027f29687c556" description = "A TUI podcast player." requires-python = ">=3.12" readme = "README.md" diff --git a/tuipod/ui/podcast_app.py b/tuipod/ui/podcast_app.py index 759e8fe..a30fe95 100644 --- a/tuipod/ui/podcast_app.py +++ b/tuipod/ui/podcast_app.py @@ -22,7 +22,7 @@ # logging.basicConfig(filename="debug.log", filemode="w", level="NOTSET") APPLICATION_NAME = "tuipod" -APPLICATION_VERSION = "2024-11-22.5c24b1e90d6c4ae28faceec6bbcdff7a" +APPLICATION_VERSION = "2024-11-23.3b6cc82c7f5342c39ba027f29687c556" class PodcastApp(App): BINDINGS = [