Skip to content

Commit

Permalink
chore(release): 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent e6f7162 commit 8c37bf8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@



## v0.19.1 (2024-02-03)

### Fix

* fix: add beautifulsoup4 dependency ([`e6f7162`](https://github.com/jjjermiah/nbia-toolkit/commit/e6f7162fafa3414fb00a6a957375f352894f457f))

* fix: remove numpy in test_parsers ([`f56b0bc`](https://github.com/jjjermiah/nbia-toolkit/commit/f56b0bcec569ca98a6ccc21f31bfc04770a0221e))


## v0.19.0 (2024-02-03)

### Chore

* chore(release): 0.19.0 ([`51b679f`](https://github.com/jjjermiah/nbia-toolkit/commit/51b679fb81d097a2737913f2847e652f2ef58a9a))

### Feature

* feat: add getCollectionDescriptions method, with tests, and updated docs. Also includes helper functions for parsing output. ([`8617395`](https://github.com/jjjermiah/nbia-toolkit/commit/86173954918e6e12b1a05d6549aabbd0d11ee40e))
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.19.0"
version = "0.19.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 setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.19.0"
__version__ = "0.19.1"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os

# set __version__ variable
__version__ = "0.19.0"
__version__ = "0.19.1"


class NBIAClient:
Expand Down

0 comments on commit 8c37bf8

Please sign in to comment.