From 90c63416581c70b9b834029684f84ff36eb8524d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Nov 2024 00:51:06 +0000 Subject: [PATCH] Release 3.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a598b7b..6cd1179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "newversion" -version = "3.0.0" +version = "3.1.0" requires-python = ">=3.9" description = "PEP 440 version manager" authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]