Skip to content

Commit

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



## v0.25.4 (2024-02-04)

### Chore

* chore: Update README: 0.25.3 ([`7e6803d`](https://github.com/jjjermiah/nbia-toolkit/commit/7e6803d4a696aa1d2faab89e1cf97ad948f82d09))

### Documentation

* docs: added cool functionality for documentation ([`39c7994`](https://github.com/jjjermiah/nbia-toolkit/commit/39c7994d083c43d89aee46eaaedab19f5d809d95))

* docs: add example initialization ([`1f242d5`](https://github.com/jjjermiah/nbia-toolkit/commit/1f242d51cd5ebf93cff5dfae9816c01b1dc961a5))

* docs: update ([`26092e0`](https://github.com/jjjermiah/nbia-toolkit/commit/26092e074ae77ff1f77dd963c16697a2a0b28329))

### Unknown

* Merge pull request #93 from jjjermiah/docs

Docs ([`d649614`](https://github.com/jjjermiah/nbia-toolkit/commit/d6496148dd9b98563882f3c273da7c01f96fee84))

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

* dont use poetry for build ([`579b621`](https://github.com/jjjermiah/nbia-toolkit/commit/579b6210b3319ec4c16aff33803de9f01832cb7d))


## v0.25.3 (2024-02-04)

### Chore

* chore(sem-ver): 0.25.3 ([`5e8af2d`](https://github.com/jjjermiah/nbia-toolkit/commit/5e8af2d66d27b517892b7165dc6417dadddc567f))

### Documentation

* docs: looks like it works? ([`3abd131`](https://github.com/jjjermiah/nbia-toolkit/commit/3abd1316da0302b2122d60e668ad1c03d6b8b138))
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.25.3"
version = "0.25.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.25.3"
__version__ = "0.25.4"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
from datetime import datetime
# set __version__ variable
__version__ = "0.25.3"
__version__ = "0.25.4"


class NBIAClient:
Expand Down

0 comments on commit edd1104

Please sign in to comment.