Skip to content

Commit 71f17e4

Browse files
authored
Merge pull request #25 from bp100a/missing-dependency
bump version -> 0.1.6
2 parents fd48e0a + 07d2dae commit 71f17e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ Repository = "https://github.com/bp100a/serial-usbipclient"
4848
name = "serial-usbipclient"
4949
authors = ["Harry J. Collins <bp100a@gmail.com>"]
5050
maintainers = ["Harry J. Collins <bp100a@gmail.com>"]
51-
version = "0.1.4"
51+
version = "0.1.6"
5252
description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service."
5353
readme = "README.md"
5454
package-mode = true
5555

5656
[tool.poetry.dependencies]
5757
python = "^3.11"
5858
py-datastruct = "^1.0.0"
59+
typing-extensions="^4.12"
5960

6061
[tool.poetry.group.tests.dependencies]
6162
pytest = "8.3.2"

serial_usbipclient/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)