diff --git a/CHANGES b/CHANGES index ed51208..152bc65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ # CHANGES +## [1.0.6] - 2024-09-19 +- fix logo reference + ## [1.0.5] - 2024-09-19 - implementation is only CPython. PyPy doesn't work due to py-datastruct package. diff --git a/README.md b/README.md index 1e6dd9f..5ec6c42 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ USBIP Serial client ![workflow](https://github.com/bp100a/serial-usbipclient/act ========================================================================================================
-![](https://github.com/bp100a/serial-usbipclient/blob/mypy/logo.png?raw=true#center) +![](https://github.com/bp100a/serial-usbipclient/blob/master/logo.png?raw=true#center)
diff --git a/pyproject.toml b/pyproject.toml index 01db4b3..eb12072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Repository = "https://github.com/bp100a/serial-usbipclient" name = "serial-usbipclient" authors = ["Harry J. Collins "] maintainers = ["Harry J. Collins "] -version = "1.0.5" +version = "1.0.6" description = "Simple serial connectivity to CDC (serial) USB devices exposed by a USBIPD service." readme = "README.md" package-mode = true