Skip to content

Commit 1fc942b

Browse files
committed
v0.7.5
1 parent 043975c commit 1fc942b

3 files changed

Lines changed: 10 additions & 25 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydualsense/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .event_system import Event # noqa : F401
77
from .pydualsense import pydualsense, DSLight, DSState, DSTouchpad, DSTrigger, DSAudio # noqa : F401
88

9-
__version__ = "0.7.3"
9+
__version__ = "0.7.5"

pyproject.toml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "pydualsense"
4-
version = "0.7.3"
4+
version = "0.7.5"
55
description = "use your DualSense (PS5) controller with python"
66
readme = "README.md"
77
requires-python = ">=3.8,<4.0"
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
[tool.poetry]
2323
name = "pydualsense"
24-
version = "0.7.3"
24+
version = "0.7.5"
2525
description = "use your DualSense (PS5) controller with python"
2626
license = "MIT"
2727
repository = "https://github.com/flok/pydualsense"
@@ -105,19 +105,4 @@ exclude = [
105105

106106
[build-system]
107107
requires = ["poetry-core"]
108-
build-backend = "poetry.core.masonry.api"
109-
110-
[tool.mypy]
111-
strict = true
112-
files = "pydualsense"
113-
show_error_codes = true
114-
pretty = true
115-
warn_unused_ignores = true
116-
enable_incomplete_feature = ["Unpack"]
117-
exclude = [
118-
"^docs\\.py$",
119-
"^build\\.py$",
120-
]
121-
122-
[build-system]
123-
requires = ["poetry-core"]
108+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)