From 5ec645117f8e4d27587ad447b17b483aabb3f61a Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:19:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/mdformat_gfm/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 94f244f..34deb6c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.4.0 +current_version = 0.4.1 [bumpversion:file:pyproject.toml] search = version = "{current_version}" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT diff --git a/pyproject.toml b/pyproject.toml index c25a384..fad6de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "mdformat-gfm" -version = "0.4.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT +version = "0.4.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT authors = [ { name = "Taneli Hukkinen", email = "hukkin@users.noreply.github.com"}, ] diff --git a/src/mdformat_gfm/__init__.py b/src/mdformat_gfm/__init__.py index 71c738b..0c5d9b8 100644 --- a/src/mdformat_gfm/__init__.py +++ b/src/mdformat_gfm/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT +__version__ = "0.4.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT