Skip to content

Commit 339fcce

Browse files
committed
Bump version: 1.9.0 → 1.9.1
1 parent a98b68f commit 339fcce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+1-1
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.0"
68+
release = "1.9.1"
6969

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

pyproject.toml

+2-2
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.0"
7+
version = "1.9.1"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
@@ -36,7 +36,7 @@ line-length = 120
3636
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
3737

3838
[tool.bumpversion]
39-
current_version = "1.9.0"
39+
current_version = "1.9.1"
4040
commit = true
4141
tag = true
4242
allow_dirty = true

0 commit comments

Comments
 (0)