Skip to content

Commit

Permalink
Update dependencies and release as version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clssn committed Nov 28, 2023
1 parent b6b05d0 commit b0d6142
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 65 deletions.
125 changes: 61 additions & 64 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "numato-gpio"
version = "0.11.0"
version = "0.11.1"
description = "Python API for Numato GPIO Expanders"
authors = ["Henning Claßen <code@clssn.de>"]
license = "MIT License"
Expand Down Expand Up @@ -31,5 +31,6 @@ bandit = "^1.7.5"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"


[tool.poetry.scripts]
numato-discover = "numato_gpio.__main__:main"

0 comments on commit b0d6142

Please sign in to comment.