File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nbiatoolkit"
3- version = " 0.11.2 "
3+ version = " 0.12.0 "
44description = " A python package to query the National Biomedical Imaging Archive (NBIA) database."
55authors = [" Jermiah Joseph" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "0.11.2 "
3+ __version__ = "0.12.0 "
44
55setup (
66 name = "nbiatoolkit" ,
Original file line number Diff line number Diff line change 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
1313from .nbia import NBIAClient
You can’t perform that action at this time.
0 commit comments