File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL MAINTAINER="Pradeep Bashyal"
44
55WORKDIR /app
66
7- ARG PY_ARD_VERSION=1.5.3
7+ ARG PY_ARD_VERSION=1.5.4
88
99COPY requirements.txt /app
1010RUN pip install --no-cache-dir --upgrade pip && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.3
22info :
33 title : ARD Reduction
44 description : Reduce to ARD Level
5- version : " 1.5.3 "
5+ version : " 1.5.4 "
66servers :
77 - url : ' http://localhost:8080'
88tags :
Original file line number Diff line number Diff line change 2626from .misc import get_imgt_db_versions as db_versions
2727
2828__author__ = """NMDP Bioinformatics"""
29- __version__ = "1.5.3 "
29+ __version__ = "1.5.4 "
3030
3131
3232def init (
Original file line number Diff line number Diff line change 1+ setuptools == 75.8.0
12toml == 0.10.2
23numpy == 2.0.2
34pandas == 2.2.2
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5.3
2+ current_version = 1.5.4
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3636
3737setup (
3838 name = "py-ard" ,
39- version = "1.5.3 " ,
39+ version = "1.5.4 " ,
4040 description = "ARD reduction for HLA with Python" ,
4141 long_description = readme ,
4242 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments