Skip to content

Commit

Permalink
HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon authored Oct 2, 2024
1 parent 5dcc9e2 commit 6903e69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from setuptools import find_packages, setup

from DMBotNetwork import __version__

setup(
name="DMBotNetwork",
version=__version__,
version="0.3.1",
packages=find_packages(),
install_requires=["aiosqlite", "aiofiles", "bcrypt", "msgpack"],
author="Angels And Demons dev team",
Expand Down

0 comments on commit 6903e69

Please sign in to comment.