Skip to content

Commit

Permalink
Prepare Paxml for 1.4.0 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623274693
  • Loading branch information
The paxml Authors authored and gkroiz committed Apr 9, 2024
1 parent 5cf7b08 commit 9623f0f
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.4.0
## Major Features and Improvements
## Breaking changes
## Deprecations
## Note
* Version: 1.4.0
* Build Date: 20240408
* Paxml commit: 5cf7b086d10eecfd379013304e5fa6334e9dd94d
* Praxis version: 1.4.0
* Praxis commit: 794623a65934cac98aaa962afcbf9d40a51c02f8
# Version: 1.3.1
## 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.1' # or rX.Y
_PRAXIS_VERSION: '1.3.1' # or rX.Y
_RELEASE_VERSION: '1.4.0' # or rX.Y
_PRAXIS_VERSION: '1.4.0' # 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.1', # use major/minor version number, e.g. "0.1.0"
version='1.4.0', # 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 9623f0f

Please sign in to comment.