From 25ebb982b21c258aca39183e26520bb7079ce905 Mon Sep 17 00:00:00 2001 From: Matthew Hickson Date: Sat, 23 Nov 2024 22:33:20 -0500 Subject: [PATCH] version bump --- pyproject.toml | 2 +- tuipod/ui/podcast_app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [