Skip to content

Commit

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



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

### Build

* build: only push README changes if anything actually changes ([`bf78f94`](https://github.com/jjjermiah/nbia-toolkit/commit/bf78f941231460b18fa7855f81c52022fdcfa6e7))

### Unknown

* added unit tests back ([`ff9cf33`](https://github.com/jjjermiah/nbia-toolkit/commit/ff9cf3369e6f9355ed5f6fece924a2242d16940a))

* Update README with latest version ([`60dba1e`](https://github.com/jjjermiah/nbia-toolkit/commit/60dba1e761b299a21c6282f72e801a6a6135835d))


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

### Chore

* chore(release): 0.18.0 ([`3911d8d`](https://github.com/jjjermiah/nbia-toolkit/commit/3911d8db50aea33a9e6b002f8662c38b1e2f8e51))

### Feature

* feat: added git pull to update-readme ([`9038ad8`](https://github.com/jjjermiah/nbia-toolkit/commit/9038ad84174f3825caf7c031374a170af8975c3c))
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.18.0"
version = "0.18.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.18.0"
__version__ = "0.18.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 @@ -14,7 +14,7 @@
import os

# set __version__ variable
__version__ = "0.18.0"
__version__ = "0.18.1"


class NBIAClient:
Expand Down

0 comments on commit 0edfd89

Please sign in to comment.