Skip to content

Commit e79adcf

Browse files
bump version 0.2.4 -> 0.2.5
1 parent adf4e4d commit e79adcf

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,6 +1,6 @@
11

22
[bumpver]
3-
current_version = "0.2.4"
3+
current_version = "0.2.5"
44
version_pattern = "MAJOR.MINOR.PATCH"
55
commit_message = "bump version {old_version} -> {new_version}"
66
tag_message = "{new_version}"

py_ankiconnect/py_ankiconnect.py

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

1111

1212
class PyAnkiconnect:
13-
VERSION: str = "0.2.4"
13+
VERSION: str = "0.2.5"
1414
called_from_cli: bool = False
1515

1616
def __init__(

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="py-ankiconnect",
10-
version="0.2.4",
10+
version="0.2.5",
1111
description="Minimal wrapper to simplify the usage of the awesome ankiconnect anki addon.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)