Skip to content

Commit 79e7a94

Browse files
bump version to 2.7
1 parent 44f8a5f commit 79e7a94

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.6"
2+
current_version = "2.7"
33
version_pattern = "MAJOR.MINOR"
44
# commit_message = "bump version {old_version} -> {new_version}"
55
# tag_message = "{new_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "LogseqMarkdownParser"
10-
version = "2.6"
10+
version = "2.7"
1111
description = "parse logseq markdown text with easy access to properties, hierarchy, TODO etc"
1212
readme = "README.md"
1313
authors = [{ name = "thiswillbeyourgithub"}]

src/LogseqMarkdownParser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except:
99
from classes import LogseqPage, LogseqBlock
1010

11-
__VERSION__: str = "2.6"
11+
__VERSION__: str = "2.7"
1212

1313
def parse_file(
1414
file_path: str = None,

0 commit comments

Comments
 (0)