Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kriansa committed Aug 11, 2022
1 parent e8c806d commit 36581c5
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.3.0"
version = "0.4.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,4 +12,4 @@
# `app.App#setup_index_module_exports`, so if you need to find out what they are, just go and read
# that method.

__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 36581c5

Please sign in to comment.