Skip to content

Commit

Permalink
feat: Update version to 0.31.1 and upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 18, 2024
1 parent fc6fd28 commit 12c5018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY . /nbiatoolkit
WORKDIR /nbiatoolkit

# install nbiatoolkit
RUN pip install --upgrade pip
RUN pip install .

RUN NBIAToolkit --help
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nbiatoolkit"
version = "0.30.1"
version = "0.31.1"
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
authors = ["Jermiah Joseph"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from datetime import datetime

# set __version__ variable
__version__ = "0.30.1"
__version__ = "0.31.1"


# function that takes a list of dictionaries and returns either a list or a dataframe
Expand Down

0 comments on commit 12c5018

Please sign in to comment.