We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57ece1 commit 0051858Copy full SHA for 0051858
3 files changed
MdXLogseqTODOSync/MdXLogseqTODOSync.py
@@ -8,7 +8,7 @@
8
9
@beartype # this will apply to all methods
10
class MdXLogseqTODOSync:
11
- VERSION: str = "0.0.15"
+ VERSION: str = "0.0.16"
12
13
def __init__(
14
self,
bumpver.toml
@@ -1,6 +1,6 @@
1
2
[bumpver]
3
-current_version = "0.0.15"
+current_version = "0.0.16"
4
version_pattern = "MAJOR.MINOR.PATCH"
5
commit_message = "bump version {old_version} -> {new_version}"
6
tag_message = "{new_version}"
setup.py
@@ -7,7 +7,7 @@
7
setup(
name="MdXLogseqTODOSync",
- version="0.0.15",
+ version="0.0.16",
description="Script to always sync a Logseq TODO list with a markdown file",
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments