Skip to content

Commit

Permalink
Updated version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duvenaud committed Oct 26, 2015
1 parent 7caf03a commit 57e379e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ dist/
MANIFEST
*.so
*.c
autograd.egg-info/
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -38,10 +38,10 @@ def run(self):

setup(
name='autograd',
version='1.0.9',
version='1.1.0',
description='Efficiently computes derivatives of numpy code.',
author='Dougal Maclaurin and David Duvenaud',
author_email="maclaurin@physics.harvard.edu, dduvenaud@seas.harvard.edu",
author='Dougal Maclaurin and David Duvenaud and Matthew Johnson',
author_email="maclaurin@physics.harvard.edu, dduvenaud@seas.harvard.edu, mattjj@mit.edu",
packages=['autograd', 'autograd.numpy', 'autograd.scipy', 'autograd.scipy.stats'],
install_requires=['numpy>=1.9', 'six'],
setup_requires=['numpy>=1.9'],
Expand Down

0 comments on commit 57e379e

Please sign in to comment.