From 42a2c83682613ea9f2a5a52e3a9f4a4c629fa3c1 Mon Sep 17 00:00:00 2001 From: treeben77 <77905642+TreeBen77@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:11:14 +1000 Subject: [PATCH] bump version to v1.3.1 --- rblxopencloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rblxopencloud/__init__.py b/rblxopencloud/__init__.py index 03d28ae..53bbf4c 100644 --- a/rblxopencloud/__init__.py +++ b/rblxopencloud/__init__.py @@ -8,7 +8,7 @@ from typing import Literal -VERSION: str = "1.3.0" +VERSION: str = "1.3.1" VERSION_INFO: Literal['alpha', 'beta', 'final'] = "final" del Literal