Skip to content

Commit ab09552

Browse files
authored
Bump version (#14)
* bump version * add build depends --------- Co-authored-by: Bryn Lloyd <12702862+dyollb@users.noreply.github.com>
1 parent 625f8f1 commit ab09552

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
dev = [
34+
"build",
3435
"mypy",
3536
"pre-commit",
3637
"pytest-cov",
3738
"pytest",
3839
"ruff",
40+
"twine",
3941
]
4042
rich = [
4143
"rich",

src/sitk_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
logger.addHandler(_handler)
2525
logger.propagate = False # Don't propagate to root logger
2626

27-
__version__: Final = "0.7.0"
27+
__version__: Final = "0.8.0"
2828
__all__ = ("__version__", "logger", "make_cli", "register_command")

0 commit comments

Comments
 (0)