Skip to content

Commit 3817fd9

Browse files
jcitrinTorax team
authored andcommitted
Bump TORAX version
PiperOrigin-RevId: 866506274
1 parent ec914ed commit 3817fd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author = 'The TORAX authors'
3939

4040
# The short X.Y version
41-
version = 'v1.2.0'
41+
version = 'v1.3.0'
4242
# The full version, including alpha/beta/rc tags
4343
release = ''
4444
github_base_url = f'https://github.com/google-deepmind/torax/tree/{version}'

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.2.0"
20+
TORAX_VERSION: Final[str] = "1.3.0"
2121

2222

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

0 commit comments

Comments
 (0)