Skip to content

Commit 0051858

Browse files
bump version 0.0.15 -> 0.0.16
1 parent f57ece1 commit 0051858

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MdXLogseqTODOSync/MdXLogseqTODOSync.py

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

99
@beartype # this will apply to all methods
1010
class MdXLogseqTODOSync:
11-
VERSION: str = "0.0.15"
11+
VERSION: str = "0.0.16"
1212

1313
def __init__(
1414
self,

bumpver.toml

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

22
[bumpver]
3-
current_version = "0.0.15"
3+
current_version = "0.0.16"
44
version_pattern = "MAJOR.MINOR.PATCH"
55
commit_message = "bump version {old_version} -> {new_version}"
66
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="MdXLogseqTODOSync",
10-
version="0.0.15",
10+
version="0.0.16",
1111
description="Script to always sync a Logseq TODO list with a markdown file",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)