diff --git a/Makefile b/Makefile index 15d2070..bcc4eee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.13.9 +VERSION=1.14.9 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/pyproject.toml b/pyproject.toml index 40bd834..e47e603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.13.9" +version = "1.14.9" 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 6a259c5..f9d7e07 100644 --- a/uv.lock +++ b/uv.lock @@ -757,7 +757,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.13.9" +version = "1.14.9" source = { virtual = "." } dependencies = [ { name = "colorlog" },