Skip to content

Commit 7808340

Browse files
committed
feat: add Python 3.13 support
1 parent 15b42b0 commit 7808340

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Added
6+
7+
- support python 3.13
8+
39
## 0.1.1
410

511
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "forestly"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "InteractiveForest Plot"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)