From 499bcbb552641a857c0813ff1ede7880f08fcf71 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Dec 2023 14:27:43 +0000 Subject: [PATCH] 0.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ listmonk/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..44214db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG + + +## v0.0.0 (2023-12-25) + + + diff --git a/listmonk/__init__.py b/listmonk/__init__.py index 2e1427d..c1ebe81 100644 --- a/listmonk/__init__.py +++ b/listmonk/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "0.0.1" +__version__ = "0.0.0" # import apis into sdk package from listmonk.api.admin_api import AdminApi diff --git a/pyproject.toml b/pyproject.toml index 70f7e05..e8fe315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-listmonk" -version = "0.0.1" +version = "0.0.0" description = "Listmonk" authors = ["OpenAPI Generator Community "] license = "AGPL-3.0 license"