Skip to content

Commit

Permalink
Preparing praxis code/dependencies for 1.3.1 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608776425
  • Loading branch information
The praxis Authors committed Feb 21, 2024
1 parent a935384 commit 8f72ea7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version: 1.3.1
## Major Features and Improvements
## Breaking changes
## Deprecations
## Note
* Version: 1.3.1
* Build Date: 20240220
* Praxis commit: a935384da88ec739d48696c2d0a55657a183de00
# Version: 1.3.0
## Major Features and Improvements
## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion praxis/pip_package/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:

substitutions:
_PYTHON_VERSION: '3.10'
_RELEASE_VERSION: '1.3.0' # or rX.Y
_RELEASE_VERSION: '1.3.1' # or rX.Y
_IMAGE_NAME: 'praxis_${_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='praxis',
version='1.3.0',
version='1.3.1',
description=(
'Functionalities such as a layers for building neural networks in Jax.'
),
Expand Down

0 comments on commit 8f72ea7

Please sign in to comment.