From 8c9782fb597d2fa509efa77774b32a9ca7452cb8 Mon Sep 17 00:00:00 2001 From: FireHead90544 Date: Thu, 11 Aug 2022 19:21:00 +0530 Subject: [PATCH] released v0.1.3 fixes program breaking at startup --- senpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senpy/__init__.py b/senpy/__init__.py index 7ea991d..07a1a9b 100644 --- a/senpy/__init__.py +++ b/senpy/__init__.py @@ -3,5 +3,5 @@ from .client import GogoClient from .errors import * -__version__ = "0.1.2" +__version__ = "0.1.3" __author__ = " (FireHead90544)" \ No newline at end of file