Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 26, 2022
1 parent e2b9039 commit aa8e63e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/usb_devices/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit aa8e63e

Please sign in to comment.