From c4c1b5ce42496bfcd9f2c6fe8558db7d5924460c Mon Sep 17 00:00:00 2001 From: Mayur Prajapati Date: Wed, 23 Oct 2024 18:41:05 +0530 Subject: [PATCH] new version v1.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25b580e..18e448a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "hatchling.build" [project] name = "scaLR" -version = "0.0.1" -requires-python = ">=3.9" +version = "1.0.1" +requires-python = ">=3.10" authors = [ { name="Infocusp", email="saurabh@infocusp.com" }, ]