Skip to content

Commit

Permalink
fir version
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Aug 25, 2024
1 parent 1957cf7 commit e67f7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DMBotNetwork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import Client
from .server import Server

__version__ = "0.0.81"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e67f7e3

Please sign in to comment.