Skip to content

Commit

Permalink
0.10.7
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 2046e8e commit fe9a82b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



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

### Documentation

* docs: Update badges in README.md ([`2046e8e`](https://github.com/jjjermiah/nbia-toolkit/commit/2046e8e758c367221730f88e8ba2d06217124b53))


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

### 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.10.6"
version = "0.10.7"
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.6"
__version__ = "0.10.7"

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.6"
__version__ = "0.10.7"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit fe9a82b

Please sign in to comment.