Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 17, 2023
1 parent 7edd936 commit 9363654
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.4.4 (2023-12-17)

### Fix

* fix: manual publish ([`929313c`](https://github.com/jjjermiah/NBIA-toolkit/commit/929313cfd5516efafb83fa152392ec624a821c53))

* fix: publish error ([`134d9ca`](https://github.com/jjjermiah/NBIA-toolkit/commit/134d9caf6238cda81eff1ad148cbd531b466858f))

### Unknown

* test ([`7edd936`](https://github.com/jjjermiah/NBIA-toolkit/commit/7edd93680957d58e9567b0a2e265b031e16cdbe5))

* test ([`76fd46f`](https://github.com/jjjermiah/NBIA-toolkit/commit/76fd46faaaa28430521aa5f345532d5177d49f36))

* Merge branch 'main' of github.com:jjjermiah/NBIA-toolkit ([`64980a1`](https://github.com/jjjermiah/NBIA-toolkit/commit/64980a138adb7a094b7c09ae53d59b92b19a47a9))


## v0.4.3 (2023-12-16)

### 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.4.3"
version = "0.4.4"
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.4.3"
__version__ = "0.4.4"

setup(
name="nbiatoolkit",
Expand Down

0 comments on commit 9363654

Please sign in to comment.