Skip to content

Commit

Permalink
fix: Update version number in pyproject.toml and nbia.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 30, 2024
1 parent 67233c5 commit 63cf16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
version_variables = [
"setup.py:__version__",
"src/nbiatoolkit/__init__.py:__version__",
"src/nbiatoolkit/main.py:__version__",
]
version_toml = [
"pyproject.toml:tool.poetry.version",
Expand Down
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import os

# set __version__ variable
__version__ = "0.12.1"
__version__ = "0.14.0"


class NBIAClient:
Expand Down

0 comments on commit 63cf16e

Please sign in to comment.