From 7ed5a8fb6d338d3f29b9728bf6e960a67974f710 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 27 Nov 2022 02:31:15 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/usb_devices/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a98f1..93d9eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.0 (2022-11-27) +### Feature +* Add first version ([#5](https://github.com/Bluetooth-Devices/usb-devices/issues/5)) ([`e34423e`](https://github.com/Bluetooth-Devices/usb-devices/commit/e34423ece309ce492bee74dff8154835bd0e6378)) + ## 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)) diff --git a/pyproject.toml b/pyproject.toml index b6e6140..7542f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "usb-devices" -version = "0.0.3" +version = "0.1.0" 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 2085cee..6f2d539 100644 --- a/src/usb_devices/__init__.py +++ b/src/usb_devices/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.0.3" +__version__ = "0.1.0" import asyncio from fcntl import ioctl