Skip to content

Commit

Permalink
chore: bump dooit version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 18, 2024
1 parent d0de3f3 commit 81c9152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dooit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from platformdirs import user_data_dir, user_config_dir

OLD_CONFIG = Path(user_data_dir("dooit")) / "todo.yaml"
VERSION = "3.0.3"
VERSION = "3.0.4"


def run_dooit():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dooit"
version = "3.0.3"
version = "3.0.4"
description = "A TUI Todo Manager"
authors = ["kraanzu <kraanzu@gmail.com>"]
maintainers = ["kraanzu <kraanzu@gmail.com>"]
Expand Down

0 comments on commit 81c9152

Please sign in to comment.