Skip to content

Commit ae190ac

Browse files
afrozenatorcopybara-github
authored andcommitted
[TRAX] Bump to v1.3
- Also skip tf-nightly tests for now, we will enable them later. PiperOrigin-RevId: 318670250
1 parent 917ec84 commit ae190ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
- TF_LATEST="2.2.*"
1414
matrix:
1515
- TF_VERSION="2.2.*"
16-
- TF_VERSION="tf-nightly"
1716
install:
1817
- ./oss_scripts/oss_pip_install.sh
1918
script:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='trax',
24-
version='1.2.4',
24+
version='1.3',
2525
description='Trax',
2626
long_description=(
2727
'Trax helps you understand deep learning. We start with basic maths and'

0 commit comments

Comments
 (0)