Skip to content

Commit f423251

Browse files
Update pandas 1.1.4 (#61)
* Upgrade pandas to 1.1.4 * Bump version: 0.4.0 → 0.4.1
1 parent 775e0df commit f423251

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pyard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
from .pyard import ARD
2525

2626
__author__ = """NMDP Bioinformatics"""
27-
__version__ = '0.4.0'
27+
__version__ = '0.4.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
history = history_file.read()
3333

3434
requirements = [
35-
'pandas==1.1.2'
35+
'pandas>=1.1.4'
3636
]
3737

3838

@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name='py-ard',
45-
version='0.4.0',
45+
version='0.4.1',
4646
description="ARD reduction for HLA with python",
4747
long_description=readme + '\n\n' + history,
4848
author="CIBMTR",
@@ -62,6 +62,7 @@
6262
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
6363
'Natural Language :: English',
6464
'Programming Language :: Python :: 3.8',
65+
'Programming Language :: Python :: 3.9',
6566
],
6667
test_suite='tests',
6768
tests_require=test_requirements,

0 commit comments

Comments
 (0)