Skip to content

Commit

Permalink
chore(sem-ver): 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 12, 2024
1 parent 3d00000 commit 8d67efc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/markdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.29.1 (2024-02-12)

### Build

* build: docker file cleanup ([`34a6942`](https://github.com/jjjermiah/nbia-toolkit/commit/34a694231e7465f60b4743958d9a93660750b15b))

### Chore

* chore: Update README: 0.29.0 ([`d10a38d`](https://github.com/jjjermiah/nbia-toolkit/commit/d10a38d401080863597e68818341fcdb0b77ba23))

### Unknown

* Merge pull request #105 from jjjermiah/95-chore-removere-organize-files

fiz #95 chore removere organize files ([`3d00000`](https://github.com/jjjermiah/nbia-toolkit/commit/3d0000082fb4b01cc99ce85442e697fe21b9e291))

* Remove unnecessary files and update autoapi_dirs ([`96cb669`](https://github.com/jjjermiah/nbia-toolkit/commit/96cb669ecbe0bcdaac29a01a72f7dddf63d1922a))


## v0.29.0 (2024-02-12)

### Build
Expand All @@ -10,6 +29,8 @@

### Chore

* chore(sem-ver): 0.29.0 ([`8b67ab0`](https://github.com/jjjermiah/nbia-toolkit/commit/8b67ab0a7b853e192c7112d7c3d6f6710153a510))

* chore: Update README: 0.28.0 ([`92ff4eb`](https://github.com/jjjermiah/nbia-toolkit/commit/92ff4ebe8420bd3f63011424ec3bb44ebe286f4c))

### Feature
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.29.0"
version = "0.29.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 src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from datetime import datetime

# set __version__ variable
__version__ = "0.29.0"
__version__ = "0.29.1"


class NBIAClient:
Expand Down

0 comments on commit 8d67efc

Please sign in to comment.