File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424from .pyard import ARD
2525
2626__author__ = """NMDP Bioinformatics"""
27- __version__ = '0.4.0 '
27+ __version__ = '0.4.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.0
2+ current_version = 0.4.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3232 history = history_file .read ()
3333
3434requirements = [
35- 'pandas== 1.1.2 '
35+ 'pandas>= 1.1.4 '
3636]
3737
3838
4242
4343setup (
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" ,
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 ,
You can’t perform that action at this time.
0 commit comments