Skip to content

Commit

Permalink
0.12.0
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 73fa198 commit 4a7139e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



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

### Build

* build: add 3.11 ([`73fa198`](https://github.com/jjjermiah/nbia-toolkit/commit/73fa1988e605d498d08b091b78885b689eb6d0d4))

### Feature

* feat: Update Python versions to accept 3.11 ([`34137fd`](https://github.com/jjjermiah/nbia-toolkit/commit/34137fdc29ede3c23209af1d806bb1b6c101935d))


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

### Fix
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.2"
version = "0.12.0"
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.2"
__version__ = "0.12.0"

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.2"
__version__ = "0.12.0"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit 4a7139e

Please sign in to comment.