Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhickson committed Nov 24, 2024
1 parent 1dfd2d2 commit 25ebb98
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 = "tuipod"
version = "2024-11-22.5c24b1e90d6c4ae28faceec6bbcdff7a"
version = "2024-11-23.3b6cc82c7f5342c39ba027f29687c556"
description = "A TUI podcast player."
requires-python = ">=3.12"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tuipod/ui/podcast_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 25ebb98

Please sign in to comment.