diff --git a/CHANGELOG.md b/CHANGELOG.md index 012efcd..26a98f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.0.3 (2022-11-26) +### Fix +* Setup release tooling ([#4](https://github.com/Bluetooth-Devices/usb-devices/issues/4)) ([`e2b9039`](https://github.com/Bluetooth-Devices/usb-devices/commit/e2b90393b25f28e7434e3e9567bb642692f91e76)) + ## v0.0.2 (2022-11-26) ### Fix * Test release tooling ([#2](https://github.com/Bluetooth-Devices/usb-devices/issues/2)) ([`f5993c7`](https://github.com/Bluetooth-Devices/usb-devices/commit/f5993c7e1f804d70622fb2ddfddaf4b0ac9cebe5)) diff --git a/pyproject.toml b/pyproject.toml index b22e0cd..b6e6140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "usb-devices" -version = "0.0.2" +version = "0.0.3" description = "Tools for mapping, describing, and resetting USB devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/usb_devices/__init__.py b/src/usb_devices/__init__.py index 3b93d0b..27fdca4 100644 --- a/src/usb_devices/__init__.py +++ b/src/usb_devices/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3"