From 9790f2730a6fce5c482860e929a4528edfe55c71 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sat, 2 Aug 2025 10:35:44 -0700 Subject: [PATCH] feat: update version to 1.9.5 in Makefile and pyproject.toml --- Makefile | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ba27181..345dacd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.8.5 +VERSION=1.9.5 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/pyproject.toml b/pyproject.toml index a48e202..58d90a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.8.5" +version = "1.9.5" 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 d51a22b..0c204c5 100644 --- a/uv.lock +++ b/uv.lock @@ -757,7 +757,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.8.5" +version = "1.9.5" source = { virtual = "." } dependencies = [ { name = "colorlog" },