diff --git a/setup.py b/setup.py index b0bb32f03..d506c3634 100644 --- a/setup.py +++ b/setup.py @@ -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='no-reply@google.com', url='http://github.com/google/trax',