From 5710c69f0811c70b077ae64c2ef9544e8e2f8d86 Mon Sep 17 00:00:00 2001 From: jorenham Date: Mon, 4 Aug 2025 00:31:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20prepare=20for=20further=20develo?= =?UTF-8?q?pment?= 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 f2643e4b..b6fa91fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ source-include = [".mypyignore"] # for scipy-stubs-feedstock [project] name = "scipy-stubs" -version = "1.16.1.0" +version = "1.16.1.1.dev0" description = "Type annotations for SciPy" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 2393b2c2..5bbdccf9 100644 --- a/uv.lock +++ b/uv.lock @@ -516,7 +516,7 @@ wheels = [ [[package]] name = "scipy-stubs" -version = "1.16.1.0" +version = "1.16.1.1.dev0" source = { editable = "." } dependencies = [ { name = "optype", extra = ["numpy"] },