From 93f3ea3a84f9e8e2f6524d2764775dae19ea4e08 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 25 Jun 2026 16:49:32 +0100 Subject: [PATCH] Bump version to 4.16.0rc2.dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e25678c..e0603a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.16.0rc2" +version = "4.16.0rc2.dev" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9"