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 *