File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[bumpver ]
3
- current_version = " 0.2.4 "
3
+ current_version = " 0.2.5 "
4
4
version_pattern = " MAJOR.MINOR.PATCH"
5
5
commit_message = " bump version {old_version} -> {new_version}"
6
6
tag_message = " {new_version}"
Original file line number Diff line number Diff line change 10
10
11
11
12
12
class PyAnkiconnect :
13
- VERSION : str = "0.2.4 "
13
+ VERSION : str = "0.2.5 "
14
14
called_from_cli : bool = False
15
15
16
16
def __init__ (
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "py-ankiconnect" ,
10
- version = "0.2.4 " ,
10
+ version = "0.2.5 " ,
11
11
description = "Minimal wrapper to simplify the usage of the awesome ankiconnect anki addon." ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments