From d8aecf4256d52e6bab86b7a77831e51398189e44 Mon Sep 17 00:00:00 2001 From: ekkx Date: Thu, 5 Sep 2024 11:39:39 +0900 Subject: [PATCH] chore: update yaylib version to 1.5.0.b2 --- yaylib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaylib/__init__.py b/yaylib/__init__.py index 2e4cefa..343c8a4 100644 --- a/yaylib/__init__.py +++ b/yaylib/__init__.py @@ -23,7 +23,7 @@ # 1.0.0rc1 Release Candidate # 1.0.0 Final Release # 1.0.0.post1 Post Release -__version__ = "1.5.0.b1" +__version__ = "1.5.0.b2" from .client import Client from .constants import *