From 25a5b8303d2b0db5de6effa73832de7b465994e3 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 27 Jul 2024 15:15:30 -0400 Subject: [PATCH] Bump version to 0.4.18 --- pywayland/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywayland/version.py b/pywayland/version.py index 6ef3e15..062d255 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.17" +__version__ = "0.4.18"