From 896ff470b044182a76355abc139ac0f06c116330 Mon Sep 17 00:00:00 2001 From: thesmallstar Date: Wed, 2 Apr 2025 18:48:34 +0530 Subject: [PATCH] Bump to 0.2.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09bc8bb..ab5d98d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slackify_markdown" -version = "0.1.6" +version = "0.2.0" description = "Convert markdown to Slack-compatible formatting" readme = "readme.md" authors = [ diff --git a/requirements.txt b/requirements.txt index 079b7d6..a48f6be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -markdown-it-py \ No newline at end of file +markdown-it-py>=3.0.0 \ No newline at end of file diff --git a/uv.lock b/uv.lock index 3d2189d..e1edda7 100644 --- a/uv.lock +++ b/uv.lock @@ -620,7 +620,7 @@ wheels = [ [[package]] name = "slackify-markdown" -version = "0.1.6" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "markdown-it-py" },