From fa5b7af5a87828c68d988fd8c2cc4d8009f6f45a Mon Sep 17 00:00:00 2001 From: Valentin Stanciu <250871+svalentin@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:01:35 +0000 Subject: [PATCH] Bump version for development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2395ca3..807f358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "mypy_extensions" -version = "1.1.0-dev" +version = "1.2.0-dev" description = "Type system extensions for programs checked with the mypy type checker." readme = "README.md" authors = [