diff --git a/disspy/__init__.py b/disspy/__init__.py index 602b7d3..7152a3a 100644 --- a/disspy/__init__.py +++ b/disspy/__init__.py @@ -116,8 +116,9 @@ def _all_generator(alls: list) -> tuple: # Variables -# Version of disspy (b - beta, a - alpha) -__version__ = "0.5.3" + +# Version of disspy +__version__ = "0.5.3.3" # Link to GitHub repo __github__ = "https://github.com/itttgg/dispy" diff --git a/setup.py b/setup.py index d29154d..5fd9576 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ requires = ['aiohttp>=3.6.0,<4', 'requests', 'typing', 'asyncio', 'colorama'] -__version__ = "0.5.3.2" +__version__ = "0.5.3.3" setup(