We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917ec84 commit ae190acCopy full SHA for ae190ac
.travis.yml
@@ -13,7 +13,6 @@ env:
13
- TF_LATEST="2.2.*"
14
matrix:
15
- TF_VERSION="2.2.*"
16
- - TF_VERSION="tf-nightly"
17
install:
18
- ./oss_scripts/oss_pip_install.sh
19
script:
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='trax',
24
- version='1.2.4',
+ version='1.3',
25
description='Trax',
26
long_description=(
27
'Trax helps you understand deep learning. We start with basic maths and'
0 commit comments