Skip to content

Commit 1439242

Browse files
committed
bump version to 1.9.3.post1
1 parent eef62de commit 1439242

2 files changed

Lines changed: 3 additions & 4 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.3"
68+
release = "1.9.3.post1"
6969

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

pyproject.toml

Lines changed: 2 additions & 3 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.3"
7+
version = "1.9.3.post1"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
@@ -42,7 +42,6 @@ ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
4242
# Build CPython 3.11-3.14 incl. the free-threaded 3.13t/3.14t builds; glibc only
4343
# (musllinux skipped), CPython only (no PyPy).
4444
build = ["cp311-*", "cp312-*", "cp313-*", "cp314-*", "cp313t-*", "cp314t-*"]
45-
enable = ["cpython-freethreading"]
4645
skip = ["*-musllinux*", "pp*"]
4746
archs = "native"
4847
build-frontend = "build[uv]"
@@ -57,7 +56,7 @@ before-all = "yum install -y kernel-headers || true"
5756
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
5857

5958
[tool.bumpversion]
60-
current_version = "1.9.3"
59+
current_version = "1.9.3.post1"
6160
commit = true
6261
tag = true
6362
allow_dirty = true

0 commit comments

Comments
 (0)