Skip to content

Commit

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



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

### Chore

* chore: Update README: 0.31.0 ([`799667e`](https://github.com/jjjermiah/nbia-toolkit/commit/799667ed8eaad93dafe751ab170a2f4f96a4dc36))

### Feature

* feat: Refactor workflows and update test case ([`e111fb2`](https://github.com/jjjermiah/nbia-toolkit/commit/e111fb28e35084891f5551f264e0ab707441fd88))

* feat: refactor return_type test ([`f2058e8`](https://github.com/jjjermiah/nbia-toolkit/commit/f2058e8f259ed5e2250f20ca08b556883449f399))


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

### Build
Expand All @@ -10,6 +23,8 @@

### Chore

* chore(sem-ver): 0.31.0 ([`f8b2253`](https://github.com/jjjermiah/nbia-toolkit/commit/f8b2253d948a9bdc4f42a94e38b7751ba37d4b5d))

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

### Feature
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.0"
version = "0.32.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.0"
__version__ = "0.32.0"


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

0 comments on commit ce8c8ce

Please sign in to comment.