diff --git a/django_umami/__init__.py b/django_umami/__init__.py index 3dc1f76..d3ec452 100644 --- a/django_umami/__init__.py +++ b/django_umami/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 4e20fa9..c4e1355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ummai" -version = "0.1.0" +version = "0.2.0" 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.1.0" +current_version = "0.2.0" commit = true commit_args = "-s" tag = true