From ddc05949082cfb9a40e23ae4d847ce5fa9082683 Mon Sep 17 00:00:00 2001 From: luto Date: Sun, 17 Dec 2023 16:59:29 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 994b262..6fd8293 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.2.0" bump = true commit = true diff --git a/pyproject.toml b/pyproject.toml index 096107c..40dd965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ exclude = [ [project] name = "django_aetos" -version = "0.1.0" +version = "0.2.0" dependencies = [ ] requires-python = ">=3.9"