From 98dc7ae4af9e9ea1dabe07dfd34efdc667359401 Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:37:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.6=20=E2=86=92=200.3.7?= 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 e7c3020..cb975ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.3.6 +current_version = 0.3.7 [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 b689bee..47e5403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "mdformat-gfm" -version = "0.3.6" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT +version = "0.3.7" # 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 065af99..3efac97 100644 --- a/src/mdformat_gfm/__init__.py +++ b/src/mdformat_gfm/__init__.py @@ -1 +1 @@ -__version__ = "0.3.6" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT +__version__ = "0.3.7" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT