From bcfb46612a767f9934df6d3d29d46aa84976dd8e Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 5 Aug 2026 04:57:00 +0000 Subject: [PATCH] chore bump version --- .gitignore | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9005f2..bb05510 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# Claude +.claude/ + # Distribution / packaging .Python build/ diff --git a/pyproject.toml b/pyproject.toml index 4a2ee2e..4f7f27b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ymprint" -version = "0.1.0" +version = "0.2.0" description = "Desktop publishing in YAML with Python" readme = "README.md" authors = [