diff --git a/Makefile b/Makefile index 345dacd..f099bf8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.9.5 +VERSION=1.13.7 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/pyproject.toml b/pyproject.toml index b30f81e..313e695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.9.5" +version = "1.13.7" description = "Chart to monitor your medication intake over time." readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 5ff29c2..ac113e6 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.13" [[package]] @@ -757,7 +757,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.9.5" +version = "1.13.7" source = { virtual = "." } dependencies = [ { name = "colorlog" },