Skip to content

Commit 56b1c1d

Browse files
committed
Bump version: 0.11.4 → 0.12.0
1 parent 09d3143 commit 56b1c1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.4
2+
current_version = 0.12.0
33
commit = True
44
tag = True
55

murkrow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
__author__ = """Kyle Kelley"""
1717
__email__ = '[email protected]'
18-
__version__ = '0.11.4'
18+
__version__ = '0.12.0'
1919

2020

2121
# Export Markdown from display

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "murkrow"
4-
version = "0.11.4"
4+
version = "0.12.0"
55
homepage = "https://github.com/rgbkrk/murkrow"
66
description = "Markdown for LLMs."
77
authors = ["Kyle Kelley <[email protected]>"]

0 commit comments

Comments
 (0)