Skip to content

Commit 6b01044

Browse files
committed
Prepare pilotpy 2.0.9
1 parent 717421b commit 6b01044

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pilot
22
channels:
33
- defaults
44
dependencies:
5-
- python=3.10
5+
- python=3.11
66
- pip
77
- pip:
88
- pilotpy

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.8"
1+
__version__ = "2.0.9"
22
__author__ = 'Mehdi Joodaki'
33
__credits__ = 'Institute for Computational Genomics'
44

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
setup(
44
name='pilotpy',
5-
version='2.0.8',
5+
version='2.0.9',
66
author='Mehdi Joodaki',
77
author_email='judakimehdi@gmail.com',
88
url='https://github.com/CostaLab/PILOT',
9+
description="PatIent Level analysis with Optimal Transport (PILOT)",
10+
long_description=open("README.md", encoding="utf-8").read(),
11+
long_description_content_type="text/markdown",
912
python_requires='>=3.9',
1013
install_requires=[
1114
"cycler",

0 commit comments

Comments
 (0)