Skip to content

Commit

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



## v0.10.5 (2024-01-22)

### Ci

* ci: Update permissions in Continuous-Deployment job ([`2bd552c`](https://github.com/jjjermiah/NBIA-toolkit/commit/2bd552ca192166d79d22b2620258df3423050279))

* ci: test ghcr container ([`d2b186a`](https://github.com/jjjermiah/NBIA-toolkit/commit/d2b186ada53986013048375800f877a8c01eb9e0))


## v0.10.4 (2024-01-22)

### Documentation
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.10.4"
version = "0.10.5"
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.10.4"
__version__ = "0.10.5"

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.10.4"
__version__ = "0.10.5"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit aecc545

Please sign in to comment.