From ba114c71f49a5472a7e5fda15335f8ff60713ba1 Mon Sep 17 00:00:00 2001 From: Trey <73353716+TreyWW@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:07:20 +0000 Subject: [PATCH] Version updated from 0.0.3 to 0.0.4 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 27fdca4..81f0fde 100644 --- a/django_umami/__init__.py +++ b/django_umami/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/pyproject.toml b/pyproject.toml index c9356d8..dd88b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ummai" -version = "0.0.3" +version = "0.0.4" description = "" authors = ["TreyWW"] #readme = "README.md" @@ -65,7 +65,7 @@ Homepage = "https://github.com/TreyWW/django-umami" Issues = "https://github.com/TreyWW/django-umami/issues" [tool.bumpversion] -current_version = "0.0.3" +current_version = "0.0.4" commit = true commit_args = "-s" tag = true