From 204ea21be80f203a00cad07b3db4a8a9c1189378 Mon Sep 17 00:00:00 2001 From: Caibin Sheng <43896555+CaibinSh@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:59:09 +0200 Subject: [PATCH] 0.7.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07f6597..91ebfb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "scar" -version = "0.6.0" +version = "0.7.0" requires-python = ">= 3.10" dependencies = [ "torch >= 1.10.0", @@ -44,4 +44,4 @@ patch_without_tag = false changelog_file="docs/Release_notes.md" [project.gui-scripts] -scar = "scar.main.__main__:main" \ No newline at end of file +scar = "scar.main.__main__:main"