Skip to content

Commit

Permalink
bump version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiswillbeyourgithub committed Jul 31, 2024
1 parent ef50fa0 commit bb5ade1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "3.0"
current_version = "3.1"
version_pattern = "MAJOR.MINOR"
# commit_message = "bump version {old_version} -> {new_version}"
# tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="LogseqMarkdownParser",
version="3.0",
version="3.1",
author="thiswillbeyourgithub",
description="parse logseq markdown text with easy access to properties, hierarchy, TODO etc",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/LogseqMarkdownParser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .pages import LogseqPage
from .blocks import LogseqBlock

__VERSION__: str = "3.0"
__VERSION__: str = "3.1"

__ALL__ = ["parse_file", "parse_text", "LogseqPage", "LogseqBlock"]

Expand Down

0 comments on commit bb5ade1

Please sign in to comment.