diff --git a/Makefile b/Makefile index d2f7e09..5eea90d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.13.7 +VERSION=1.13.8 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/pyproject.toml b/pyproject.toml index 313e695..74fdf79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.13.7" +version = "1.13.8" 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 6d557c0..6b211ca 100644 --- a/uv.lock +++ b/uv.lock @@ -757,7 +757,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.13.7" +version = "1.13.8" source = { virtual = "." } dependencies = [ { name = "colorlog" },