From cacd61f9018ef22008d97d393b8717a2533033dd Mon Sep 17 00:00:00 2001 From: George Chernishev Date: Tue, 3 Dec 2024 19:35:57 +0300 Subject: [PATCH] Prepare for release of 2.2.0 Update pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d145aa38c..690fa8631a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "desbordante" -version = "2.1.0" +version = "2.2.0" description = "Science-intensive high-performance data profiler" requires-python = ">=3.7" readme = "README_PYPI.md" @@ -19,11 +19,12 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules", ] -urls = { homepage = "https://desbordante.unidata-platform.ru/", repository = "https://github.com/Mstrutov/Desbordante", issues = "https://github.com/Mstrutov/Desbordante/issues" } +urls = { homepage = "https://desbordante.unidata-platform.ru/", repository = "https://github.com/Desbordante/Desbordante", issues = "https://github.com/Desbordante/Desbordante/issues" } [tool.scikit-build.cmake.define] PYTHON = "INSTALL"