From 5884f0f294e02d2262afe29727e96d022f15b993 Mon Sep 17 00:00:00 2001 From: eggplants Date: Wed, 14 Feb 2024 22:41:55 +0900 Subject: [PATCH] v4.0.1 --- gppt/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gppt/__init__.py b/gppt/__init__.py index 37de408..95237f2 100644 --- a/gppt/__init__.py +++ b/gppt/__init__.py @@ -9,7 +9,7 @@ ProfileURIs, ) -__version__ = "4.0.0" +__version__ = "4.0.1" __all__ = [ "PixivAuth", diff --git a/pyproject.toml b/pyproject.toml index 71fb15c..68fb9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ packages = [{include = "gppt"}] license = "MIT" readme = "README.md" repository = "https://github.com/eggplants/get-pixivpy-token" -version = "4.0.0" +version = "4.0.1" [tool.poetry.dependencies] python = ">=3.8,<4"