Skip to content

Commit 1a93e6e

Browse files
bump version to 2.13
1 parent 354c801 commit 1a93e6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "2.12"
2+
current_version = "2.13"
33
version_pattern = "MAJOR.MINOR"
44
# commit_message = "bump version {old_version} -> {new_version}"
55
# tag_message = "{new_version}"

setup.py

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

88
setup(
99
name="LogseqMarkdownParser",
10-
version="2.12",
10+
version="2.13",
1111
author="thiswillbeyourgithub",
1212
description="parse logseq markdown text with easy access to properties, hierarchy, TODO etc",
1313
long_description=long_description,

src/LogseqMarkdownParser/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import json
88
import rtoml as toml
99

10-
__VERSION__: str = "2.12"
10+
__VERSION__: str = "2.13"
1111

1212
# only use beartype if its installed
1313
try:

0 commit comments

Comments
 (0)