From 2f0d4b9efd24e3ec02317d4774d3afd75b16fde0 Mon Sep 17 00:00:00 2001 From: Jorge Juarez Date: Sat, 22 Jun 2024 20:11:26 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20deploy:=20version=201.2.1=20to?= =?UTF-8?q?=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f3b53b..5ad7f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,6 @@ classifiers = [ "Topic :: Utilities", "License :: OSI Approved :: MIT License", # "Topic :: Documentation :: Sphinx" "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -36,7 +34,7 @@ license = {file = "LICENSE"} name = "pynani" readme = "README.md" requires-python = ">=3.8" -version = "1.2.0" +version = "1.2.1" [project.urls] "Bug Tracker" = "https://github.com/jorge-jrzz/Pynani/issues"