From cd35a142a476ed2690841c18eeee71503d4de38f Mon Sep 17 00:00:00 2001
From: Daniel Pereira <daniel@garajau.com.br>
Date: Sat, 1 Oct 2022 00:28:06 -0300
Subject: [PATCH] chore: bump version

---
 pyproject.toml          | 2 +-
 wmcompanion/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 900e438..efca8b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "wmcompanion"
-version = "0.4.0"
+version = "0.5.0"
 license = "Apache-2.0"
 description = "wmcompanion is a utility for connecting system events to user actions"
 authors = ["Daniel Pereira <daniel@garajau.com.br>"]
diff --git a/wmcompanion/__init__.py b/wmcompanion/__init__.py
index 62bd242..ccea3c6 100644
--- a/wmcompanion/__init__.py
+++ b/wmcompanion/__init__.py
@@ -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.4.0"
+__version__ = "0.5.0"