Skip to content

Commit 08a3c1b

Browse files
committed
fix clustering
1 parent ecd239e commit 08a3c1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pilotpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.11"
1+
__version__ = "2.0.12"
22
__author__ = 'Mehdi Joodaki'
33
__credits__ = 'Institute for Computational Genomics'
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pilotpy',
5-
version='2.0.11',
5+
version='2.0.12',
66
author='Mehdi Joodaki',
77
author_email='judakimehdi@gmail.com',
88
url='https://github.com/CostaLab/PILOT',

0 commit comments

Comments
 (0)