File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.2
2
+ current_version = 0.3.3
3
3
commit = True
4
4
tag = False
5
5
6
6
[bumpversion:file:pyproject.toml]
7
+ search = version = " {current_version}"
8
+ replace = version = " {new_version}"
7
9
8
10
[bumpversion:file:src/zotnote/__version__.py]
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zotnote"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
description = " Streamlining reading notes with Zotero"
5
5
authors = [
6
6
" Asura Enkhbayar <[email protected] >"
@@ -25,7 +25,7 @@ jinja2 = "^2.11.1"
25
25
xdg = " ^4.0.1"
26
26
tomlkit = " ^0.5.11"
27
27
requests = " ^2.23.0"
28
- click-option-group = " ^0.3.2 "
28
+ click-option-group = " ^0.3.0 "
29
29
30
30
[tool .poetry .dev-dependencies ]
31
31
flake8 = " ^3.7.9"
Original file line number Diff line number Diff line change 1
1
"""Current version."""
2
- __version__ = "0.3.2 "
2
+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments