Skip to content

Commit 221f608

Browse files
author
semantic-release
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 87bcd3f commit 221f608

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CHANGELOG
2+
3+
4+
## v0.1.0 (2025-03-31)
5+
6+
### Features
7+
8+
- Gather common classes for trame
9+
([`87bcd3f`](https://github.com/Kitware/trame-common/commit/87bcd3f579e994589a135122623942c809884a9a))

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-common"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = [
55
{ name = "Sebastien Jourdain", email = "sebastien.jourdain@kitware.com" },
66
]

src/trame_common/__init__.py

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

0 commit comments

Comments
 (0)