From afd9b6e735ee65efb2828a9667e7a075ae0851af Mon Sep 17 00:00:00 2001 From: themanyfaceddemon Date: Tue, 13 Aug 2024 00:01:09 +0300 Subject: [PATCH] bump 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 def98fe..1ab0259 100644 --- a/DMBotNetwork/__init__.py +++ b/DMBotNetwork/__init__.py @@ -1,4 +1,4 @@ from .client import Client from .server import Server -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/setup.py b/setup.py index 152d2e5..5e6a584 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="DMBotNetwork", - version="0.0.3", + version="0.0.4", packages=find_packages(), install_requires=['aiosqlite', 'bcrypt', 'msgpack'], author="Angels And Demons dev team",