From e1dfbadc7a2061d0e043f60f9543c213e0e25849 Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Sat, 10 Feb 2024 22:04:03 +0800 Subject: [PATCH] :bookmark: Dump version --- mdformat_ruff/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdformat_ruff/__init__.py b/mdformat_ruff/__init__.py index aab38b1..1310c07 100644 --- a/mdformat_ruff/__init__.py +++ b/mdformat_ruff/__init__.py @@ -3,7 +3,7 @@ from ruff.__main__ import find_ruff_bin __version__ = ( - "0.1.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT + "0.1.2" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT ) diff --git a/pyproject.toml b/pyproject.toml index 6dcfec3..a31b4b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mdformat-ruff" -version = "0.1.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT +version = "0.1.2" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT authors = ["Wu Zhenyu "] description = "Mdformat plugin to ruffen Python code blocks" repository = "https://github.com/Freed-Wu/mdformat-ruff"