From c257f8234aa6beabe8266aea5309530fd7b3bc29 Mon Sep 17 00:00:00 2001 From: Biseuv Olzhas Date: Wed, 19 Jun 2024 21:18:28 +0600 Subject: [PATCH] bump version --- rpws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpws/__init__.py b/rpws/__init__.py index 48e5d76..f65ba16 100644 --- a/rpws/__init__.py +++ b/rpws/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "1.1.0" +__version__ = "1.2.0" from rpws.exceptions import *