Skip to content

Commit ac777f2

Browse files
committed
add niches functions
1 parent e0c3cfe commit ac777f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Although clinical applications represent the next challenge in single-cell genom
77
![plot](./img/plot.png)
88

99

10-
Current version for PILOT is 2.0.13
10+
Current version for PILOT is 2.0.14
1111

1212
## Installation
1313
The easiest way to install PILOT and the required packages is using the following way:

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.13"
1+
__version__ = "2.0.14"
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.13',
5+
version='2.0.14',
66
author='Mehdi Joodaki',
77
author_email='judakimehdi@gmail.com',
88
url='https://github.com/CostaLab/PILOT',

0 commit comments

Comments
 (0)