From 677e2cd7dbfeb6961df7d2a432d5fa179063f8b4 Mon Sep 17 00:00:00 2001 From: "michele.maris" <michele.maris@inaf.it> Date: Mon, 22 May 2023 13:09:52 +0200 Subject: [PATCH] u --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 266551e..3b1ab48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta" [project] name = "yapsut" -version = "V0.0.1" +version = "0.0.1" authors = [ { name="Michele Maris", email="michele.maris@inaf.it" }, ] description = "Yet Another Python Science Utilty Toolkit" readme = "README.md" -requires-python = ">=3." +requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", -- GitLab