From c21272b34de63a96cbd75ebce8e30d79eb7404b0 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Thu, 10 Jun 2021 20:52:48 -0400 Subject: [PATCH] Bump version to 0.13.4 --- wlroots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlroots/__init__.py b/wlroots/__init__.py index c93e18a0..a33ee6a6 100644 --- a/wlroots/__init__.py +++ b/wlroots/__init__.py @@ -10,7 +10,7 @@ lib.WLR_VERSION_MICRO, ) -__version__ = "0.13.3" +__version__ = "0.13.4" class Ptr: