Skip to content

Commit 38d0df4

Browse files
Update Finch Version (#86)
* Update julia.py * Update pyproject.toml
1 parent c8c994a commit 38d0df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "finch-tensor"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = ""
55
authors = ["Willow Ahrens <willow.marie.ahrens@gmail.com>"]
66
readme = "README.md"

src/finch/julia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def add_package(name: str, hash: str, version: str) -> None:
1111

1212

1313
_FINCH_NAME = "Finch"
14-
_FINCH_VERSION = "1.0.1"
14+
_FINCH_VERSION = "1.2.0"
1515
_FINCH_HASH = "9177782c-1635-4eb9-9bfb-d9dfa25e6bce"
1616
_FINCH_REPO_PATH = os.environ.get("FINCH_REPO_PATH", default=None)
1717
_FINCH_REPO_URL = os.environ.get("FINCH_URL_PATH", default=None)

0 commit comments

Comments
 (0)