Skip to content

Commit

Permalink
chore(release): 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent 978808f commit 157cab6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@



## v0.19.2 (2024-02-03)

### Fix

* fix: added git config email and user ([`978808f`](https://github.com/jjjermiah/nbia-toolkit/commit/978808fb736c18977c3d6f9535f0f1411f9de0aa))


## v0.19.1 (2024-02-03)

### Chore

* chore(release): 0.19.1 ([`8c37bf8`](https://github.com/jjjermiah/nbia-toolkit/commit/8c37bf84271e9de52eb3283745763584fbc11b66))

### Fix

* fix: add beautifulsoup4 dependency ([`e6f7162`](https://github.com/jjjermiah/nbia-toolkit/commit/e6f7162fafa3414fb00a6a957375f352894f457f))
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.19.1"
version = "0.19.2"
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.19.1"
__version__ = "0.19.2"

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

# set __version__ variable
__version__ = "0.19.1"
__version__ = "0.19.2"


class NBIAClient:
Expand Down

0 comments on commit 157cab6

Please sign in to comment.