Skip to content

Commit

Permalink
chore(release): 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent 0039c67 commit d6c673d
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,8 +2,31 @@



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

### Fix

* fix: force require CD ([`0039c67`](https://github.com/jjjermiah/nbia-toolkit/commit/0039c67b2c20293efd6e22236e344a1e1c4c04ba))

### Unknown

* add CD back ([`be48bb9`](https://github.com/jjjermiah/nbia-toolkit/commit/be48bb9e4944aba4df7fc96dae3f8fd36a99cabb))

* Update README with latest version: 0.21.0 ([`15083ff`](https://github.com/jjjermiah/nbia-toolkit/commit/15083ff588cbc351fb903b0e88f63aba75442857))

* Merge pull request #80 from jjjermiah/development

test: ([`ee9720a`](https://github.com/jjjermiah/nbia-toolkit/commit/ee9720a9abf5579d33e75c5c3e28ea8c804ffd79))

* test: ([`b28afe7`](https://github.com/jjjermiah/nbia-toolkit/commit/b28afe725ce36e95f7149611e080194506ba242c))


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

### Chore

* chore(release): 0.21.0 ([`53459d9`](https://github.com/jjjermiah/nbia-toolkit/commit/53459d9cd3a3139881281fbb7cdb7a91490de1e0))

### Feature

* feat: try again ([`ef5a0d4`](https://github.com/jjjermiah/nbia-toolkit/commit/ef5a0d4d87f9771980943da0242916d63d61a734))
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.21.0"
version = "0.21.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.21.0"
__version__ = "0.21.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.21.0"
__version__ = "0.21.1"


class NBIAClient:
Expand Down

0 comments on commit d6c673d

Please sign in to comment.