From 58e33fca889d993cb3dc71aca1efbb53ebd2fee9 Mon Sep 17 00:00:00 2001 From: Emily Kellison-Linn <4672118+emilykl@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:46:04 -0400 Subject: [PATCH] version changes for v6.0.1 --- CHANGELOG.md | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779a637f2e5..638fb47b176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [6.0.1] - 2025-03-14 ### Updated - 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. diff --git a/pyproject.toml b/pyproject.toml index e4afcdb57d4..579a914d6a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,12 +32,13 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Visualization", "License :: OSI Approved :: MIT License" ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.0.0" +version = "6.0.1" dependencies = [ "narwhals>=1.15.1", "packaging"