Skip to content

Commit

Permalink
chore: bumped version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 8, 2021
1 parent 639960a commit e6cedf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "aio-usb-hotplug"
version = "4.0.0"
version = "4.0.1"
description = "Asynchronous generators yielding detected hotplug events on the USB buses"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/aio_usb_hotplug/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (4, 0, 0)
__version_info__ = (4, 0, 1)
__version__ = ".".join("{0}".format(x) for x in __version_info__)

0 comments on commit e6cedf9

Please sign in to comment.