From 45c12f1d00dcf582df894f8b628627703d71b1f6 Mon Sep 17 00:00:00 2001 From: Trey <73353716+TreyWW@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:57:35 +0000 Subject: [PATCH] Version updated from 0.0.2 to 0.0.3 Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com> --- django_umami/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django_umami/__init__.py b/django_umami/__init__.py index 3b93d0b..27fdca4 100644 --- a/django_umami/__init__.py +++ b/django_umami/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/pyproject.toml b/pyproject.toml index 45bfc97..40130e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ummai" -version = "0.0.2" +version = "0.0.3" description = "" authors = ["TreyWW"] #readme = "README.md" @@ -66,7 +66,7 @@ Homepage = "https://github.com/TreyWW/django-umami" Issues = "https://github.com/TreyWW/django-umami/issues" [tool.bumpversion] -current_version = "0.0.2" +current_version = "0.0.3" commit = true commit_args = "-s" tag = true