chore: Update version to 1.13.9 in Makefile, pyproject.toml, and uv.lock

This commit is contained in:
William Valentin
2025-08-07 12:29:33 -07:00
parent 1e1e6c78ac
commit 73498af138
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
TARGET=thechart
VERSION=1.13.8
VERSION=1.13.9
ROOT=/home/will
ICON=chart-671.png
SHELL=fish

View File

@@ -1,6 +1,6 @@
[project]
name = "thechart"
version = "1.13.8"
version = "1.13.9"
description = "Chart to monitor your medication intake over time."
readme = "README.md"
requires-python = ">=3.13"

2
uv.lock generated
View File

@@ -757,7 +757,7 @@ wheels = [
[[package]]
name = "thechart"
version = "1.13.8"
version = "1.13.9"
source = { virtual = "." }
dependencies = [
{ name = "colorlog" },