Skip to content

Commit dd91419

Browse files
The praxis Authorsaireenmei
authored andcommitted
praxis/paxml 0.4.0 release
PiperOrigin-RevId: 520755421
1 parent 621c2ca commit dd91419

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version: 0.4.0
2+
## Major Features and Improvements
3+
## Breaking changes
4+
## Deprecations
5+
## Note
6+
* Version: 0.4.0
7+
* Build Date: 20230329
8+
* Praxis commit: 621c2ca7bfcd0e21ea118a3d8e40e29b48313c0c
19
# Version: 0.3.0
210
## Major Features and Improvements
311
* Fiddle migration

praxis/pip_package/cloudbuild-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616

1717
substitutions:
1818
_PYTHON_VERSION: '3.8'
19-
_RELEASE_VERSION: '0.3.0' # or rX.Y
19+
_RELEASE_VERSION: '0.4.0' # or rX.Y
2020
_IMAGE_NAME: 'praxis_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
2121
_WHEEL_FOLDER: '/tmp/wheels'
2222
options:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _get_requirements():
3939

4040
setup(
4141
name='praxis',
42-
version='0.3.0',
42+
version='0.4.0',
4343
description=(
4444
'Functionalities such as a layers for building neural networks in Jax.'
4545
),

0 commit comments

Comments
 (0)