Skip to content

Commit

Permalink
Merge pull request #73 from willow-ahrens/new-version
Browse files Browse the repository at this point in the history
Release 0.1.30
  • Loading branch information
mtsokol committed Jun 18, 2024
2 parents 5f9a222 + 66b95eb commit 3571918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finch-tensor"
version = "0.1.29"
version = "0.1.30"
description = ""
authors = ["Willow Ahrens <willow.marie.ahrens@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/finch/julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def add_package(name: str, hash: str, version: str) -> None:


_FINCH_NAME = "Finch"
_FINCH_VERSION = "0.6.31"
_FINCH_VERSION = "0.6.32"
_FINCH_HASH = "9177782c-1635-4eb9-9bfb-d9dfa25e6bce"
_FINCH_REPO_PATH = os.environ.get("FINCH_REPO_PATH", default=None)
_FINCH_REPO_URL = os.environ.get("FINCH_URL_PATH", default=None)
Expand Down

0 comments on commit 3571918

Please sign in to comment.