Skip to content

Commit

Permalink
Preparing paxml code/dependencies for 1.3.1 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608853092
  • Loading branch information
The paxml Authors authored and gkroiz committed Feb 21, 2024
1 parent f11a938 commit 59bd067
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version: 1.3.1
## Major Features and Improvements
## Breaking changes
## Deprecations
## Note
* Version: 1.3.1
* Build Date: 20240220
* Paxml commit: f11a938628cf78d6df5a9956a9b0930cd62668d7
* Praxis version: 1.3.1
* Praxis commit: a935384da88ec739d48696c2d0a55657a183de00
# Version: 1.3.0
## Major Features and Improvements
## Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions paxml/pip_package/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ steps:

substitutions:
_PYTHON_VERSION: '3.10'
_RELEASE_VERSION: '1.3.0' # or rX.Y
_PRAXIS_VERSION: '1.3.0' # or rX.Y
_RELEASE_VERSION: '1.3.1' # or rX.Y
_PRAXIS_VERSION: '1.3.1' # or rX.Y
_IMAGE_NAME: 'paxml_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
_WHEEL_FOLDER: '/tmp/wheels'
options:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_requirements():

setup(
name='paxml',
version='1.3.0', # use major/minor version number, e.g. "0.1.0"
version='1.3.1', # use major/minor version number, e.g. "0.1.0"
description=(
'Framework to configure and run machine learning experiments '
'on top of Jax.'
Expand Down

0 comments on commit 59bd067

Please sign in to comment.