Skip to content

Commit

Permalink
0.10.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 22, 2024
1 parent 67c17f4 commit ce32c63
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.2 (2024-01-22)

### Ci

* ci: combine deployment ([`67c17f4`](https://github.com/jjjermiah/NBIA-toolkit/commit/67c17f4f9e7ca0ca2f3035ed3a13bb40c05f1024))


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

### Ci
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.1"
version = "0.10.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.10.1"
__version__ = "0.10.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.10.1"
__version__ = "0.10.2"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit ce32c63

Please sign in to comment.