Skip to content

Commit

Permalink
0.5.0
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 11e223e commit b2e56fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



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

### Feature

* feat: add publish package to gha ([`11e223e`](https://github.com/jjjermiah/NBIA-toolkit/commit/11e223ee9fb69286c4a5cb918975f78769a5a8d3))

### Unknown

* Merge branch 'main' of github.com:jjjermiah/NBIA-toolkit ([`1aabe13`](https://github.com/jjjermiah/NBIA-toolkit/commit/1aabe13ee3439d6671e09fa62fceae23f0b2026c))

* test ([`39a39f3`](https://github.com/jjjermiah/NBIA-toolkit/commit/39a39f3135f8b86b1d6e3002d502fb69ca9107ae))


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

### 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.4"
version = "0.5.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.4.4"
__version__ = "0.5.0"

setup(
name="nbiatoolkit",
Expand Down

0 comments on commit b2e56fe

Please sign in to comment.