Skip to content

Commit

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



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

### Feature

* feat: try again ([`ef5a0d4`](https://github.com/jjjermiah/nbia-toolkit/commit/ef5a0d4d87f9771980943da0242916d63d61a734))

### Unknown

* Merge pull request #79 from jjjermiah/development

Development ([`90ad78d`](https://github.com/jjjermiah/nbia-toolkit/commit/90ad78dcd38bf48f7ed08f0ab4f757903aa9754c))

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


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

### Chore

* chore(release): 0.20.0 ([`0c69c5c`](https://github.com/jjjermiah/nbia-toolkit/commit/0c69c5cacde5135587d016fd013a6dbe952dd7a1))

### Feature

* feat: testing ([`3062c12`](https://github.com/jjjermiah/nbia-toolkit/commit/3062c128e074701a99b9326e833764acec6bef06))
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.20.0"
version = "0.21.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.20.0"
__version__ = "0.21.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 @@ -13,7 +13,7 @@
import os

# set __version__ variable
__version__ = "0.20.0"
__version__ = "0.21.0"


class NBIAClient:
Expand Down

0 comments on commit 53459d9

Please sign in to comment.