Skip to content

Commit 2e3b843

Browse files
committed
Bump version: 1.7.1 → 1.8.0
1 parent dfd45df commit 2e3b843

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2023 Georgi Valkov. All rights reserved.
1+
Copyright (c) 2012-2025 Georgi Valkov. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

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.7.1"
70+
release = "1.8.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.7.1"
7+
version = "1.8.0"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
@@ -39,7 +39,7 @@ line-length = 120
3939
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
4040

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

0 commit comments

Comments
 (0)