Skip to content

Commit

Permalink
chore(release): 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2024
1 parent 2326b43 commit 8eae5fc
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.22.1 (2024-02-04)

### Documentation

* docs: Update README.md ([`2326b43`](https://github.com/jjjermiah/nbia-toolkit/commit/2326b4354d66c8b5b7a4379389f35c0edbf336e3))

### Unknown

* Merge pull request #83 from jjjermiah/updateREADME

Update readme [skip ci] --no-verify ([`69fa813`](https://github.com/jjjermiah/nbia-toolkit/commit/69fa813f51a6c3b2e75bfbcf2bef263ae4be1fcb))

* Update README.md ([`0d46ccf`](https://github.com/jjjermiah/nbia-toolkit/commit/0d46ccfee49b00278cbb7514847ce89ec9760c6e))

* Update README.md ([`5ac465d`](https://github.com/jjjermiah/nbia-toolkit/commit/5ac465d1819468a88dec4be373f1c094b6f2e40c))

* Update README with latest version: 0.22.0 ([`95ef0a9`](https://github.com/jjjermiah/nbia-toolkit/commit/95ef0a9cfa951a88c4f991a945ff0d1e64751f71))


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

### Chore

* chore(release): 0.22.0 ([`623c467`](https://github.com/jjjermiah/nbia-toolkit/commit/623c46757641deb6d97a4059b072e041efe40340))

### Feature

* feat: add username and password parameters to CLI ([`83421a3`](https://github.com/jjjermiah/nbia-toolkit/commit/83421a31d09817298c82e3046129c237094e7e94))
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.22.0"
version = "0.22.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.22.0"
__version__ = "0.22.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.22.0"
__version__ = "0.22.1"


class NBIAClient:
Expand Down

0 comments on commit 8eae5fc

Please sign in to comment.