From e67f7e337cf04caf30020b7c93a1b30e6cec54dc Mon Sep 17 00:00:00 2001 From: themanyfaceddemon Date: Sun, 25 Aug 2024 20:43:56 +0300 Subject: [PATCH] fir version --- DMBotNetwork/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DMBotNetwork/__init__.py b/DMBotNetwork/__init__.py index a0b99c1..f6b75c9 100644 --- a/DMBotNetwork/__init__.py +++ b/DMBotNetwork/__init__.py @@ -1,4 +1,4 @@ from .client import Client from .server import Server -__version__ = "0.0.81" +__version__ = "0.0.9" diff --git a/setup.py b/setup.py index c9a4c7a..94ed110 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="DMBotNetwork", - version="0.0.81", + version="0.0.9", packages=find_packages(), install_requires=['aiosqlite', 'bcrypt', 'msgpack'], author="Angels And Demons dev team",