We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec914ed commit 3817fd9Copy full SHA for 3817fd9
2 files changed
docs/conf.py
@@ -38,7 +38,7 @@
38
author = 'The TORAX authors'
39
40
# The short X.Y version
41
-version = 'v1.2.0'
+version = 'v1.3.0'
42
# The full version, including alpha/beta/rc tags
43
release = ''
44
github_base_url = f'https://github.com/google-deepmind/torax/tree/{version}'
torax/_src/version.py
@@ -17,7 +17,7 @@
17
18
# b/404741308: This is currently a closest tag that could be made more
19
# fine-grained in the future, eg. based on an actual commit.
20
-TORAX_VERSION: Final[str] = "1.2.0"
+TORAX_VERSION: Final[str] = "1.3.0"
21
22
23
def _version_as_tuple(version_str: str) -> tuple[int, int, int]:
0 commit comments