Skip to content

Commit

Permalink
Bump version: 0.12.3 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jun 22, 2023
1 parent 0d1272b commit ef4aed0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.3
current_version = 0.13.0
commit = True
tag = True

Expand All @@ -9,4 +9,4 @@ replace = version = "{new_version}"

[bumpversion:file:murkrow/_version.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
replace = __version__ = '{new_version}'
2 changes: 1 addition & 1 deletion murkrow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.3'
__version__ = '0.13.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit ef4aed0

Please sign in to comment.