Skip to content

Commit d34a144

Browse files
tamaranormanTorax team
authored andcommitted
Add a new minor version
PiperOrigin-RevId: 892327941
1 parent bfe319a commit d34a144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torax/_src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# b/404741308: This is currently a closest tag that could be made more
1919
# fine-grained in the future, eg. based on an actual commit.
20-
TORAX_VERSION: Final[str] = "1.3.0"
20+
TORAX_VERSION: Final[str] = "1.3.1"
2121

2222

2323
def _version_as_tuple(version_str: str) -> tuple[int, int, int]:

0 commit comments

Comments
 (0)