Skip to content

Commit

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



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

### Fix

* fix: Fix import statements in nbia.py and nbia_cli.py ([`14816f1`](https://github.com/jjjermiah/nbia-toolkit/commit/14816f162ba309de82daacb2c0a765d6fb753c99))

### Unknown

* Merge pull request #111 from jjjermiah/development

fix cli ([`b044404`](https://github.com/jjjermiah/nbia-toolkit/commit/b04440409480749f45522f57274baf4cd0da6205))

* Merge remote-tracking branch 'origin' into development ([`7cf41c4`](https://github.com/jjjermiah/nbia-toolkit/commit/7cf41c4d41fedf3cd5d37e9e5ef952a80bbe9e36))


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

### Chore

* chore(sem-ver): 0.30.0 ([`aae2d61`](https://github.com/jjjermiah/nbia-toolkit/commit/aae2d6197b1f6e7ded7413814788a4bd109584f1))

* chore: Update README: 0.29.2 ([`c7d69ec`](https://github.com/jjjermiah/nbia-toolkit/commit/c7d69ec58df0faf15b8645a74d6332848c2356f5))

### Ci
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.0"
version = "0.30.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.0"
__version__ = "0.30.1"


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

0 comments on commit b4ef0c7

Please sign in to comment.