Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kriansa committed Oct 20, 2022
1 parent 0c25063 commit 5da6cdf
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 = "wmcompanion"
version = "0.5.0"
version = "0.6.0"
license = "Apache-2.0"
description = "wmcompanion is a utility for connecting system events to user actions"
authors = ["Daniel Pereira <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion wmcompanion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# `app.App#setup_index_module_exports`, so if you need to find out what they are, just go and read
# that method.

__version__ = "0.5.0"
__version__ = "0.6.0"

# Below are the names that this module exports. They are here for static reference so linters can
# find out what names this module exports.
Expand Down

0 comments on commit 5da6cdf

Please sign in to comment.