From 51bd28e6daf6a744ab936a2df79368f609788aff Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Mon, 21 Feb 2022 11:54:57 -0500 Subject: [PATCH] Bump version to 0.4.11 --- pywayland/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywayland/version.py b/pywayland/version.py index 48b6b84..4b8d30c 100644 --- a/pywayland/version.py +++ b/pywayland/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.10" +__version__ = "0.4.11"