Skip to content

Commit 4cc473f

Browse files
author
semantic-release
committed
0.0.1
Automatically generated by python-semantic-release
1 parent fd4abab commit 4cc473f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# CHANGELOG
22

33

4+
## v0.0.1 (2025-04-23)
5+
6+
### Bug Fixes
7+
8+
- Trigger release with small wording change
9+
([`fd4abab`](https://github.com/Kitware/trame-image-tools/commit/fd4ababf12fcf8c16ce743678f50f75fd74e636d))
10+
11+
This wording change is only being done so we can have a commit that triggers a release.
12+
13+
Signed-off-by: Patrick Avery <[email protected]>
14+
15+
416
## v0.0.0 (2025-04-21)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-image-tools"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "A trame package to display, manipulate, and select regions in images."
55
authors = [
66
{name = "Alessandro Genova"},

trame_image_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)