Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mengye-ren committed Feb 14, 2018
1 parent 3053c21 commit 6a2a166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tensorflow_forward_ad/fwgrad_tests.py
tensorflow_forward_ad/graph.py
tensorflow_forward_ad/logger.py
tensorflow_forward_ad/maxpool_gradgrad.py
tensorflow_forward_ad/maxpool_gradgrad_tests.py
tensorflow_forward_ad/second_order.py
tensorflow_forward_ad/second_order_tests.py
tensorflow_forward_ad/setup_cbfs.py
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
packages=['tensorflow_forward_ad'],
cmdclass=cmdclass,
ext_modules=ext_modules,
version='0.3.3',
version='0.3.4',
description='TensorFlow forward-mode automatic differentiation',
author='Mengye Ren',
author_email='renmengye@gmail.com',
url='https://github.com/renmengye/tensorflow-forward-ad',
download_url='https://github.com/renmengye/tensorflow-forward-ad/archive/0.3.3.tar.gz',
download_url='https://github.com/renmengye/tensorflow-forward-ad/archive/0.3.4.tar.gz',
keywords=['tensorflow', 'automatic', 'differentiation'],
classifiers=[],)

0 comments on commit 6a2a166

Please sign in to comment.