chore: Update version to 1.13.8 in Makefile, pyproject.toml, and uv.lock
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
William Valentin
2025-08-06 15:11:12 -07:00
parent e29c2f4344
commit b9628ae3ed
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
TARGET=thechart
VERSION=1.13.7
VERSION=1.13.8
ROOT=/home/will
ICON=chart-671.png
SHELL=fish
+1 -1
View File
@@ -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"
Generated
+1 -1
View File
@@ -757,7 +757,7 @@ wheels = [
[[package]]
name = "thechart"
version = "1.13.7"
version = "1.13.8"
source = { virtual = "." }
dependencies = [
{ name = "colorlog" },