chore: Bump version to 1.2.1 in project files

This commit is contained in:
William Valentin
2025-07-29 14:52:41 -07:00
parent 036b4d1215
commit 2fe45e65eb
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,5 @@
"""The Chart - Medication tracking application.""" """The Chart - Medication tracking application."""
__version__ = "1.1.0" __version__ = "1.2.1"
__author__ = "Will" __author__ = "Will"
__description__ = "Chart to monitor your medication intake over time." __description__ = "Chart to monitor your medication intake over time."

2
uv.lock generated
View File

@@ -698,7 +698,7 @@ wheels = [
[[package]] [[package]]
name = "thechart" name = "thechart"
version = "1.0.1" version = "1.2.1"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "colorlog" }, { name = "colorlog" },