From 0c9bfd0af53c748a13c5650be2d7c9dca366a1d0 Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:57:55 +0900 Subject: [PATCH] v1.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6af408d..c86675f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "MIT" name = "epss-api" readme = "README.rst" repository = "https://github.com/kannkyo/epss-api" -version = "1.3.3" +version = "1.3.4" [tool.poetry.dependencies] python = "^3.8"