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" },