Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Aug 20, 2018
1 parent 1819190 commit 75fa2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deeplift.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: deeplift
Version: 0.6.6.1
Version: 0.6.6.2
Summary: DeepLIFT (Deep Learning Important FeaTures)
Home-page: NA
Author: UNKNOWN
Expand Down
2 changes: 1 addition & 1 deletion deeplift/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.6.1'
__version__ = '0.6.6.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Implements the methods in "Learning Important Features Through Propagating Activation Differences" by Shrikumar, Greenside & Kundaje, as well as other commonly-used methods such as gradients, guided backprop and integrated gradients. See https://github.com/kundajelab/deeplift for documentation.
""",
url='https://github.com/kundajelab/deeplift',
version='0.6.6.1',
version='0.6.6.2',
packages=['deeplift',
'deeplift.layers', 'deeplift.visualization',
'deeplift.conversion'],
Expand Down

0 comments on commit 75fa2f7

Please sign in to comment.