From 4ec3056fcd7a4b8ce3b27ccf53c9fe1a205a3c96 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Wed, 6 Aug 2025 12:39:21 -0700 Subject: [PATCH] chore: Update version number to 1.13.7 in Makefile and pyproject.toml --- Makefile | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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" },