Skip to content

Commit

Permalink
chore: bumped version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 18, 2023
1 parent 65b837b commit 7f8302d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "5.2.0"
version = "6.0.0"
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__ = (5, 2, 0)
__version_info__ = (6, 0, 0)
__version__ = ".".join("{0}".format(x) for x in __version_info__)
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "5.2.0"
current = "6.0.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 7f8302d

Please sign in to comment.