Skip to content

Commit

Permalink
Bump version to 24.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Dec 11, 2024
1 parent de30734 commit c36f357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetagger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Timetagger - Tag your time, get the insight.
"""

__version__ = "24.07.1"
__version__ = "24.12.1"

version_info = tuple(map(int, __version__.split(".")))

Expand Down

0 comments on commit c36f357

Please sign in to comment.