Skip to content

Commit 05e4b61

Browse files
committed
Bump version: 1.6.1 → 1.7.0
1 parent 414039c commit 05e4b61

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
@@ -67,7 +67,7 @@
6767
# built documents.
6868
#
6969
# The full version, including alpha/beta/rc tags.
70-
release = "1.6.1"
70+
release = "1.7.0"
7171

7272
# The short X.Y version.
7373
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.6.1"
7+
version = "1.7.0"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.rst"
@@ -39,7 +39,7 @@ line-length = 120
3939
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
4040

4141
[tool.bumpversion]
42-
current_version = "1.6.1"
42+
current_version = "1.7.0"
4343
commit = true
4444
tag = true
4545
allow_dirty = true

0 commit comments

Comments
 (0)