Skip to content

Commit a47b5b5

Browse files
committed
Bump version: 1.9.2 → 1.9.3
1 parent faf7bc9 commit a47b5b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# built documents.
6666
#
6767
# The full version, including alpha/beta/rc tags.
68-
release = "1.9.2"
68+
release = "1.9.3"
6969

7070
# The short X.Y version.
7171
version = release

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "evdev"
7-
version = "1.9.2"
7+
version = "1.9.3"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
@@ -35,7 +35,7 @@ line-length = 120
3535
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
3636

3737
[tool.bumpversion]
38-
current_version = "1.9.2"
38+
current_version = "1.9.3"
3939
commit = true
4040
tag = true
4141
allow_dirty = true

0 commit comments

Comments
 (0)