Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 46-feature-refactor-g…
Browse files Browse the repository at this point in the history
…etpatients-and-add-getpatient
  • Loading branch information
jjjermiah committed Jan 28, 2024
2 parents 1d9fd26 + 0428016 commit 518ffe3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v0.10.9 (2024-01-28)

### Build

* build(GHA): separate Codecov ([`9368df9`](https://github.com/jjjermiah/nbia-toolkit/commit/9368df94ae88f005023357153d4c25cb29e33cee))

### Chore

* chore: remove excess comments ([`2e52ef4`](https://github.com/jjjermiah/nbia-toolkit/commit/2e52ef49b3c3558e725e9cde2cc1c3ab220e4dc4))

### Fix

* fix(gha): invalid workflow error ([`1ba3d1e`](https://github.com/jjjermiah/nbia-toolkit/commit/1ba3d1e8804dc61a00c1ebca9867183e129a8efb))

### Unknown

* Merge pull request #56 from jjjermiah/development

Development ([`fb09228`](https://github.com/jjjermiah/nbia-toolkit/commit/fb09228e9096a5987627bd23d6cb0768ff451e1d))

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit into development ([`a7c7518`](https://github.com/jjjermiah/nbia-toolkit/commit/a7c751887f6e9d91e5c8e6d41ef639c6a8e1890c))


## v0.10.8 (2024-01-28)

### Build
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.10.8"
version = "0.10.9"
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.10.8"
__version__ = "0.10.9"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# this file is used to define the __all__ variable

# set __version__ variable
__version__ = "0.10.8"
__version__ = "0.10.9"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit 518ffe3

Please sign in to comment.