Skip to content

Commit bad151e

Browse files
committed
2 parents 6ed7cde + 4a7139e commit bad151e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v0.12.0 (2024-01-28)
6+
7+
### Build
8+
9+
* build: add 3.11 ([`73fa198`](https://github.com/jjjermiah/nbia-toolkit/commit/73fa1988e605d498d08b091b78885b689eb6d0d4))
10+
11+
### Feature
12+
13+
* feat: Update Python versions to accept 3.11 ([`34137fd`](https://github.com/jjjermiah/nbia-toolkit/commit/34137fdc29ede3c23209af1d806bb1b6c101935d))
14+
15+
516
## v0.11.2 (2024-01-28)
617

718
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbiatoolkit"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
55
authors = ["Jermiah Joseph"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.11.2"
3+
__version__ = "0.12.0"
44

55
setup(
66
name="nbiatoolkit",

src/nbiatoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# this file is used to define the __all__ variable
88

99
# set __version__ variable
10-
__version__ = "0.11.2"
10+
__version__ = "0.12.0"
1111

1212
# import the modules
1313
from .nbia import NBIAClient

0 commit comments

Comments
 (0)