From 57145011e3c0c6fb91885119423a12519f2d3f83 Mon Sep 17 00:00:00 2001 From: jorenham Date: Sun, 15 Dec 2024 23:50:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20scipy-stubs=201.14.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7476665..176c75c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "scipy-stubs" -version = "1.14.1.6dev0" +version = "1.14.1.6" description = "Precise type-hints for all of SciPy" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index ee5e6cc5..40bead42 100644 --- a/uv.lock +++ b/uv.lock @@ -658,7 +658,7 @@ wheels = [ [[package]] name = "scipy-stubs" -version = "1.14.1.6.dev0" +version = "1.14.1.6" source = { editable = "." } dependencies = [ { name = "optype" },