Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed Aug 14, 2024
2 parents c89123a + 204ea21 commit df7adef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -44,4 +44,4 @@ patch_without_tag = false
changelog_file="docs/Release_notes.md"

[project.gui-scripts]
scar = "scar.main.__main__:main"
scar = "scar.main.__main__:main"

0 comments on commit df7adef

Please sign in to comment.