Skip to content

Commit

Permalink
0.12.1
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 bad151e commit d1726bf
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.1 (2024-01-28)

### Documentation

* docs: add total downloads ([`6ed7cde`](https://github.com/jjjermiah/nbia-toolkit/commit/6ed7cdec9bf0f61588c16545f71d87e7f9df0756))

### Unknown

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`bad151e`](https://github.com/jjjermiah/nbia-toolkit/commit/bad151e81b5cfbcda2b792de4a7b0d9f311c4921))


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

### 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.12.0"
version = "0.12.1"
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.12.0"
__version__ = "0.12.1"

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.12.0"
__version__ = "0.12.1"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit d1726bf

Please sign in to comment.