Skip to content

Commit 48b4f3d

Browse files
authored
chore: Update maintainers list and changelog (#525)
Signed-off-by: Riya Dey <deyriya1206@gmail.com>
1 parent aef61f3 commit 48b4f3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3737
- Renamed `examples/hbar_allowance.py` to `examples/account_allowance_hbar.py` for naming consistency
3838
- Converted monolithic function in `token_create_nft_infinite.py` to multiple modular functions for better structure and ease.
3939
- docs: Use relative paths for internal GitHub links (#560).
40+
- Update pyproject.toml maintainers list.
4041

4142
### Fixed
4243

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "hiero-sdk-python"
33
dynamic = ["version"]
44
description = "A Hiero SDK in pure Python"
55
maintainers = [
6-
{ name = "Nadine Loepfe", email = "nadine.loepfe@hashgraph.com" }
6+
{ name = "Nadine Loepfe", email = "nadine.loepfe@hashgraph.com" },
7+
{ name = "Sophie Bulloch", email = "exploreriii57@gmail.com" }
78
]
89
authors = [
910
{ name = "Nadine Loepfe", email = "nadine.loepfe@hashgraph.com" },

0 commit comments

Comments
 (0)