From ef4aed06393745b8807ecffff8eade2959c73d66 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 22 Jun 2023 01:09:24 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.3=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- murkrow/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e3746ea..0f92c78 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.3 +current_version = 0.13.0 commit = True tag = True @@ -9,4 +9,4 @@ replace = version = "{new_version}" [bumpversion:file:murkrow/_version.py] search = __version__ = '{current_version}' -replace = __version__ = '{new_version}' \ No newline at end of file +replace = __version__ = '{new_version}' diff --git a/murkrow/_version.py b/murkrow/_version.py index c4e914a..2d7893e 100644 --- a/murkrow/_version.py +++ b/murkrow/_version.py @@ -1 +1 @@ -__version__ = '0.12.3' +__version__ = '0.13.0' diff --git a/pyproject.toml b/pyproject.toml index 4786a5c..809dd14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "murkrow" -version = "0.12.3" +version = "0.13.0" homepage = "https://github.com/rgbkrk/murkrow" description = "Markdown for LLMs." authors = ["Kyle Kelley "]