Skip to content

Commit

Permalink
0.11.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 28, 2024
1 parent 7ef92dc commit b5c5cb7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v0.11.2 (2024-01-28)

### Fix

* fix: build ([`4408840`](https://github.com/jjjermiah/nbia-toolkit/commit/4408840e267d3a9ce2e7dacbcb2c3e0f40342948))

### Test

* test: build ([`657c44c`](https://github.com/jjjermiah/nbia-toolkit/commit/657c44c7ff66fadf9a5ef418ff1b8c5cbf385b5f))

* test: build ([`20c8595`](https://github.com/jjjermiah/nbia-toolkit/commit/20c8595bbeb0ceb81dea8dd7497d2a00311028d9))

* test: build ([`248d7c3`](https://github.com/jjjermiah/nbia-toolkit/commit/248d7c3574070fa057ec74c335fe532d5fb515fd))

### Unknown

* fix:build ([`7ef92dc`](https://github.com/jjjermiah/nbia-toolkit/commit/7ef92dcb42b2204e5261575f4514c772c827840d))

* fix:build ([`7fec918`](https://github.com/jjjermiah/nbia-toolkit/commit/7fec9187fe1c98118551e471abe326d592825528))

* test:build ([`01e82b1`](https://github.com/jjjermiah/nbia-toolkit/commit/01e82b116dd99cb3c39f744648392d8903bb78af))

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`951f89c`](https://github.com/jjjermiah/nbia-toolkit/commit/951f89c3230573a7753b517ab047b1fbb5b0f917))


## v0.11.1 (2024-01-28)

### Build
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.11.1"
version = "0.11.2"
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.11.1"
__version__ = "0.11.2"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# this file is used to define the __all__ variable

# set __version__ variable
__version__ = "0.11.1"
__version__ = "0.11.2"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit b5c5cb7

Please sign in to comment.