From 84fe8489e0157aeba1a40a1309e4b0ed57dfc326 Mon Sep 17 00:00:00 2001 From: Afroz Mohiuddin Date: Sat, 19 Sep 2020 09:36:14 -0700 Subject: [PATCH] [TRAX] v1.3.5 PiperOrigin-RevId: 332628622 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0ffee10d..a5a2ab7a2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='trax', - version='1.3.4', + version='1.3.5', description='Trax', long_description=( 'Trax helps you understand deep learning. We start with basic maths and'