Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 21, 2024
1 parent f6db43e commit 7401362
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## v0.8.0 (2024-01-21)

### Build

* build: update python version in cicd ([`2aea484`](https://github.com/jjjermiah/NBIA-toolkit/commit/2aea4844ac95e51f9e5259ea2de8aeeac69a3b85))

### Ci

* ci: switch python back ([`dd0d2f4`](https://github.com/jjjermiah/NBIA-toolkit/commit/dd0d2f423ac28d072caaddc8c22a0859f24b1324))

### Feature

* feat: add package __version__ ([`fa583dd`](https://github.com/jjjermiah/NBIA-toolkit/commit/fa583dd36b8b1df10fccfeb2b70a72b2df27abb2))

### Fix

* fix: update path in toml for package version ([`f6db43e`](https://github.com/jjjermiah/NBIA-toolkit/commit/f6db43e2d505f4452c361709bd7d5c117113e6c7))

### Unknown

* Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit ([`76b0b50`](https://github.com/jjjermiah/NBIA-toolkit/commit/76b0b5003e55c8f91e51800ec8f6232b585e2867))


## v0.7.1 (2024-01-21)

### Chore
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.7.1"
version = "0.8.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.7.1"
__version__ = "0.8.0"

setup(
name="nbiatoolkit",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# this file is used to define the __all__ variable

# set __version__ variable
__version__ = "0.7.0"
__version__ = "0.8.0"

# import the modules
from .nbia import NBIAClient
Expand Down

0 comments on commit 7401362

Please sign in to comment.