From ab636c1ccb59e026f045184a90677b5b37b05d25 Mon Sep 17 00:00:00 2001 From: Av Shrikumar Date: Thu, 7 Mar 2019 20:04:33 -0800 Subject: [PATCH] Version bump for anna's dinuc shuff functionality --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ce4e69..4d7efb4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,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 and FAQ. """, url='https://github.com/kundajelab/deeplift', - version='0.6.8.1', + version='0.6.9.0', packages=['deeplift', 'deeplift.layers', 'deeplift.visualization', 'deeplift.conversion'],