Skip to content

Commit

Permalink
Bump trax version to 1.1.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 282108917
  • Loading branch information
afrozenator authored and copybara-github committed Nov 23, 2019
1 parent cdb7b53 commit e98c67e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@

setup(
name='trax',
version='1.1.1',
version='1.1.2',
description='Trax',
long_description=(
'Trax helps you understand deep learning. We start with basic maths and'
' go through layers, models, supervised and reinforcement learning. We '
'get to advanced deep learning results, including recent papers and '
'state-of-the-art models.'
),
author='Google Inc.',
author_email='[email protected]',
url='http://github.com/google/trax',
Expand Down

0 comments on commit e98c67e

Please sign in to comment.