Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 3, 2024
2 parents 9038ad8 + 9568607 commit 6145f1f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,39 @@



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

### Feature

* feat: use gha to update README ([`ae50777`](https://github.com/jjjermiah/nbia-toolkit/commit/ae507770d8874e132d1a4c19d0c4a83e10ac9f8f))

### Fix

* fix: gha force need CD ([`11610b4`](https://github.com/jjjermiah/nbia-toolkit/commit/11610b4db0aa6e6d485b0b8ae819dbf0a7780e16))

### Test

* test: include python ([`9ad2cd6`](https://github.com/jjjermiah/nbia-toolkit/commit/9ad2cd662e4b50deec7ceaabe5291f908171dbb1))

* test: build update README ([`b44996b`](https://github.com/jjjermiah/nbia-toolkit/commit/b44996bc9efa1aaca689fa050770533031b69844))

### Unknown

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`2d7bc57`](https://github.com/jjjermiah/nbia-toolkit/commit/2d7bc5766e9c117ec96f2b743a1cab0ca5a1d4b4))

* Update README with latest version ([`406d824`](https://github.com/jjjermiah/nbia-toolkit/commit/406d824f01e2093438fbf782958532f3a8bf4d16))

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`11a8803`](https://github.com/jjjermiah/nbia-toolkit/commit/11a8803b7f5a86d96d9247bb6d2a5a281fc12e3a))

* Update README with latest version ([`8dd8046`](https://github.com/jjjermiah/nbia-toolkit/commit/8dd804686670415a0cc0f276d2713eb1896a52e5))


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

### Chore

* chore(release): 0.16.0 ([`bc51c37`](https://github.com/jjjermiah/nbia-toolkit/commit/bc51c377959d93a85dfa031d321f774908b080ca))

* chore: Refactor code formatting and improve readability ([`8bcdfa4`](https://github.com/jjjermiah/nbia-toolkit/commit/8bcdfa49d11f01907f7e9d11744695a9dfd31d46))

### Documentation
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.16.0"
version = "0.17.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 setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "0.16.0"
__version__ = "0.17.0"

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 @@ -14,7 +14,7 @@
import os

# set __version__ variable
__version__ = "0.16.0"
__version__ = "0.17.0"


class NBIAClient:
Expand Down

0 comments on commit 6145f1f

Please sign in to comment.