From 2d0e794abca8637f841bcabe3c24b51de2aee07e Mon Sep 17 00:00:00 2001 From: Phlya Date: Wed, 20 Feb 2019 17:29:10 +0000 Subject: [PATCH] Version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 120f564..6d6dc5a 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name='coolpuppy', - version='0.6.1', + version='0.7', scripts=['coolpup.py'], install_requires=['numpy', 'cooler', 'pandas', 'natsort', 'scipy', - 'mirnylib', 'cooltools'] + 'mirnylib', 'cooltools', 'multiprocessing', 'warnings'] )