From 95acf6293f3b3a64464c28bd5b57f18850c32189 Mon Sep 17 00:00:00 2001 From: Matthew McCann Date: Thu, 27 Aug 2026 14:57:28 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=201.1.0=20=E2=80=94=20the=20v2?= =?UTF-8?q?=20refactor=20ships=20as=20a=20minor=20release=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8277bd8..ca39bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-design-patterns" -version = "2.0.0" +version = "1.1.0" description = "Design patterns as importable Python modules — docs, runnable mini-projects, and an MCP server for agents." readme = "README.md" license = { file = "LICENSE" }