Skip to content

Commit 9db3984

Browse files
🚧 Switch to bump-my-version.
1 parent e9ea825 commit 9db3984

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

.bumpversion.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 = []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plover_websocket_server"
7-
version = "0.1.12"
7+
version = "0.1.13"
88
description = "A server for exposing Plover engine events and functionality"
99
authors = [{name = "Daniel de Souza", email = "daniel@cosmicdna.co.uk"}]
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)