Skip to content

Commit

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



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

### Feature

* feat: added git pull to update-readme ([`9038ad8`](https://github.com/jjjermiah/nbia-toolkit/commit/9038ad84174f3825caf7c031374a170af8975c3c))

### Unknown

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`6145f1f`](https://github.com/jjjermiah/nbia-toolkit/commit/6145f1f05898f6c6f6c6c32ee2b5c44ced3e305d))


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

### Chore

* chore(release): 0.17.0 ([`9568607`](https://github.com/jjjermiah/nbia-toolkit/commit/95686071f5f1872356649f341bd7893027322bb9))

### Feature

* feat: use gha to update README ([`ae50777`](https://github.com/jjjermiah/nbia-toolkit/commit/ae507770d8874e132d1a4c19d0c4a83e10ac9f8f))
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.17.0"
version = "0.18.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.17.0"
__version__ = "0.18.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.17.0"
__version__ = "0.18.0"


class NBIAClient:
Expand Down

0 comments on commit 3911d8d

Please sign in to comment.