From b9d8fdba916778fe701965c5b31de79136160fe5 Mon Sep 17 00:00:00 2001 From: ekkx Date: Tue, 10 Sep 2024 10:50:23 +0900 Subject: [PATCH] chore: update yaylib version to 1.5.0 --- yaylib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaylib/__init__.py b/yaylib/__init__.py index 343c8a4..f40ab5e 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.b2" +__version__ = "1.5.0" from .client import Client from .constants import *