From 3ec5a14c7d10ea89dc97b3775e16e5b36763d67b Mon Sep 17 00:00:00 2001 From: 201st-Luka <81482503+201st-Luka@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:04:06 +0200 Subject: [PATCH] Update __init__.py --- pyclasher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyclasher/__init__.py b/pyclasher/__init__.py index 11d603d..62edd80 100644 --- a/pyclasher/__init__.py +++ b/pyclasher/__init__.py @@ -9,7 +9,7 @@ .. author:: 201st-Luka """ -__version__ = '1.0.0' +__version__ = '1.0.1' from .api.bulk_requests import * from .api.requests import *