diff --git a/pyproject.toml b/pyproject.toml index 11abcf2..bc842b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.0.1" +version = "1.2.1" description = "Chart to monitor your medication intake over time." readme = "README.md" requires-python = ">=3.13" diff --git a/src/__init__.py b/src/__init__.py index b78c627..a018ac6 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,5 +1,5 @@ """The Chart - Medication tracking application.""" -__version__ = "1.1.0" +__version__ = "1.2.1" __author__ = "Will" __description__ = "Chart to monitor your medication intake over time." diff --git a/uv.lock b/uv.lock index 7b77a45..e629386 100644 --- a/uv.lock +++ b/uv.lock @@ -698,7 +698,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.0.1" +version = "1.2.1" source = { virtual = "." } dependencies = [ { name = "colorlog" },