From 954a6ad067823d022750ce48f37802ba3b47c12c Mon Sep 17 00:00:00 2001 From: Hussaini Usman Date: Sun, 7 Jul 2024 06:28:59 +0100 Subject: [PATCH] bump version to 1.0.1 --- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d00eb72..5353824 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python Client for Logto API. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.17.0:edge -- Package version: 1.0.0 +- Package version: 1.0.1 - Generator version: 7.7.0 ## Requirements. diff --git a/pyproject.toml b/pyproject.toml index 9222538..c2a5d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py_logto" -version = "1.0.0" +version = "1.0.1" description = "Logto API Python Client" authors = ["Hussaini Usman "] license = "NoLicense" diff --git a/setup.py b/setup.py index cd28dd2..8e0e15f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "py-logto" -VERSION = "1.0.0" +VERSION = "1.0.1" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0",