Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh authored Aug 14, 2024
1 parent cc09dd3 commit 204ea21
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 204ea21

Please sign in to comment.