Skip to content

Commit 58e33fc

Browse files
committed
version changes for v6.0.1
1 parent d4bf06a commit 58e33fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [6.0.1] - 2025-03-14
66

77
### Updated
88
- Updated Plotly.js from version 3.0.0 to version 3.0.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18) for more information.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ classifiers = [
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3536
"Topic :: Scientific/Engineering :: Visualization",
3637
"License :: OSI Approved :: MIT License"
3738
]
3839
requires-python = ">=3.8"
3940
license = {file="LICENSE.txt"}
40-
version = "6.0.0"
41+
version = "6.0.1"
4142
dependencies = [
4243
"narwhals>=1.15.1",
4344
"packaging"

0 commit comments

Comments
 (0)