forked from tai/cyusb-hack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a82d3d
commit 0cdd6ee
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "cy_serial_bridge" | |
# this is used by Ruff to disable "upgrade to feature x" inspections where x was added | ||
# after the given version | ||
requires-python = ">=3.10" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Pure Python driver for using and reconfiguring the CY7C652xx family of USB to SPI/I2C/UART bridge ICs." | ||
authors = [ | ||
{name = "Jamie Smith", email = "[email protected]"}, | ||
|
@@ -35,7 +35,7 @@ classifiers = [ | |
|
||
[tool.poetry] | ||
name = "cy_serial_bridge" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Pure Python driver for using and reconfiguring the CY7C652xx family of USB to SPI/I2C/UART bridge ICs." | ||
authors = ["Jamie Smith <[email protected]>"] | ||
readme = "README.md" | ||
|