From e7f04f9e6d883c18b4855cc03b506d3628026d49 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 6 Aug 2026 12:54:40 -0400 Subject: [PATCH] =?UTF-8?q?1.0.0=20=E2=80=94=20the=20version=20the=20pipel?= =?UTF-8?q?ine=20earned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Battle-tested against a live collection, clean-room verified, docs split for humans, audited seven rounds. Eric's call: "1.0.0 for sure!" Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g --- src/bggpipe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bggpipe/__init__.py b/src/bggpipe/__init__.py index bb55524..97c00f7 100644 --- a/src/bggpipe/__init__.py +++ b/src/bggpipe/__init__.py @@ -1,3 +1,3 @@ """Shelf-to-BGG collection pipeline.""" -__version__ = "0.1.0" +__version__ = "1.0.0"