From e851cbc516efc06b3c48f0e365d7d9d2e3d542b4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 25 Dec 2023 15:16:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20release=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 865671c..fb155bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# openapi-client +# python-listmonk The API collection for listmonk This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: diff --git a/pyproject.toml b/pyproject.toml index 479c1f3..a7c734a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "openapi_client" -version = "1.0.0" +name = "python-listmonk" +version = "0.0.1" description = "Listmonk" authors = ["OpenAPI Generator Community "] license = "AGPL-3.0 license"