Skip to content

Commit

Permalink
Bump TheengsDecoder to 1.8.2 & PyPi PEP 625
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Dec 4, 2024
1 parent 35f2df1 commit 052929e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ repos:
- bluetooth-numbers>=1.0,<2.0
- importlib-metadata
- paho-mqtt>=2.0.0,<3.0.0
- TheengsDecoder>=1.7.8
- TheengsDecoder>=1.8.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

setup(
name="TheengsGateway",
name="theengsgateway",
long_description=long_description,
long_description_content_type="text/markdown",
author="Theengs",
Expand All @@ -25,7 +25,7 @@
"importlib-metadata",
"paho-mqtt>=2.0.0,<3.0.0",
"pycryptodomex>=3.18.0",
"TheengsDecoder>=1.7.8",
"TheengsDecoder>=1.8.2",
],
use_scm_version={"version_scheme": "no-guess-dev"},
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit 052929e

Please sign in to comment.