From 163ad790602ea9862d4c9b9318d7bfee5ca107a6 Mon Sep 17 00:00:00 2001 From: Manthan Surkar Date: Mon, 2 Mar 2026 21:55:34 +0530 Subject: [PATCH] Bump version to 0.2.1 Includes fix for heading with bold text producing malformed output (#10). Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab5d98d..1b5fb5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slackify_markdown" -version = "0.2.0" +version = "0.2.1" description = "Convert markdown to Slack-compatible formatting" readme = "readme.md" authors = [