File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed
Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [tool .bumpversion ]
2+ current_version = " 0.1.12"
3+ parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
4+ serialize = [" {major}.{minor}.{patch}" ]
5+ search = " {current_version}"
6+ replace = " {new_version}"
7+ regex = false
8+ ignore_missing_version = false
9+ ignore_missing_files = false
10+ tag = true
11+ sign_tags = false
12+ tag_name = " v{new_version}"
13+ tag_message = " Bump version: {current_version} → {new_version}"
14+ allow_dirty = false
15+ commit = true
16+ message = " Bump version: {current_version} → {new_version}"
17+ moveable_tags = []
18+ commit_args = " "
19+ setup_hooks = []
20+ pre_commit_hooks = []
21+ post_commit_hooks = []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plover_websocket_server"
7- version = " 0.1.12 "
7+ version = " 0.1.13 "
88description = " A server for exposing Plover engine events and functionality"
99authors = [{name = " Daniel de Souza" , email = " daniel@cosmicdna.co.uk" }]
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments