Skip to content

Commit 4c33957

Browse files
author
github-actions
committed
chore(sem-ver): 0.25.1
1 parent aa5cf67 commit 4c33957

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22

33

44

5+
## v0.25.1 (2024-02-04)
6+
7+
### Chore
8+
9+
* chore: Update README: 0.25.0 ([`44c5032`](https://github.com/jjjermiah/nbia-toolkit/commit/44c5032649237275ab9c11a08ac18a1fd0302afa))
10+
11+
### Documentation
12+
13+
* docs: Update file paths and fix formatting in README and Tutorial ([`b69480f`](https://github.com/jjjermiah/nbia-toolkit/commit/b69480f64639517a92bca953b2d6abb37af89078))
14+
15+
### Fix
16+
17+
* fix: remove LiteralString so works with python3.10 ([`e04d367`](https://github.com/jjjermiah/nbia-toolkit/commit/e04d3672f20de685991132469a3298193428b375))
18+
19+
### Unknown
20+
21+
* Merge pull request #90 from jjjermiah/read_the_docs_organization
22+
23+
Read the docs organization ([`aa5cf67`](https://github.com/jjjermiah/nbia-toolkit/commit/aa5cf67416c090cb52bc131f7f12c9b96b9f62de))
24+
25+
* Merge remote-tracking branch 'origin' into read_the_docs_organization ([`5d94bba`](https://github.com/jjjermiah/nbia-toolkit/commit/5d94bba085a839a2e0137c13e71988ea21fd64c6))
26+
27+
528
## v0.25.0 (2024-02-04)
629

730
### Chore
831

32+
* chore(sem-ver): 0.25.0 ([`475cb57`](https://github.com/jjjermiah/nbia-toolkit/commit/475cb575710d1f20973a7156cf247fd5ceee9388))
33+
934
* chore: Update README: 0.24.0 ([`a6b23ea`](https://github.com/jjjermiah/nbia-toolkit/commit/a6b23ea1e2d7ac5fda52a2fa989585de8fe09875))
1035

1136
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbiatoolkit"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
description = "A python package to query the National Biomedical Imaging Archive (NBIA) database."
55
authors = ["Jermiah Joseph"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.25.0"
3+
__version__ = "0.25.1"
44

55
setup(
66
name="nbiatoolkit",

src/nbiatoolkit/nbia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
from datetime import datetime
1515
# set __version__ variable
16-
__version__ = "0.25.0"
16+
__version__ = "0.25.1"
1717

1818

1919
class NBIAClient:

0 commit comments

Comments
 (0)