From e1a9f9f42e546692624cb268fd338ffe949a7b12 Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:49:48 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3077a9f..34783ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["EPSS", "security", "vulnerability"] name = "epss-api" readme = "README.rst" repository = "https://github.com/kannkyo/epss-api" -version = "1.1.3" +version = "1.2.0" [tool.poetry.dependencies] python = "^3.8"