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"