Skip to content

Commit

Permalink
chore(sem-ver): 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 18, 2024
1 parent 12c5018 commit f8b2253
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,31 @@



## v0.31.0 (2024-02-18)

### Build

* build: docker build ([`fc6fd28`](https://github.com/jjjermiah/nbia-toolkit/commit/fc6fd28ad815b904648dbcd7ddc8bba4cc15e4eb))

### Chore

* chore: Update README: 0.30.1 ([`ec7c9d3`](https://github.com/jjjermiah/nbia-toolkit/commit/ec7c9d38eeb602353c83c54664b0e60baef55d22))

### Feature

* feat: Update version to 0.31.1 and upgrade pip ([`12c5018`](https://github.com/jjjermiah/nbia-toolkit/commit/12c501883b91a2ef26b12866c75a6047c53e2103))

### Fix

* fix: ci ([`2f52670`](https://github.com/jjjermiah/nbia-toolkit/commit/2f526705a2814f26fb73f38f80cdf76e8838c28f))


## v0.30.1 (2024-02-18)

### Chore

* chore(sem-ver): 0.30.1 ([`b4ef0c7`](https://github.com/jjjermiah/nbia-toolkit/commit/b4ef0c7b096fb1953cd683381fa490a5fdf6cba3))

### Fix

* fix: Fix import statements in nbia.py and nbia_cli.py ([`14816f1`](https://github.com/jjjermiah/nbia-toolkit/commit/14816f162ba309de82daacb2c0a765d6fb753c99))
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.31.1"
version = "0.31.0"
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.31.1"
__version__ = "0.31.0"


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

0 comments on commit f8b2253

Please sign in to comment.