Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Aug 26, 2024
1 parent 336c770 commit 091c7f4
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.9"
__version__ = "0.0.10"
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.9",
version="0.0.10",
packages=find_packages(),
install_requires=['aiosqlite', 'bcrypt', 'msgpack'],
author="Angels And Demons dev team",
Expand Down

0 comments on commit 091c7f4

Please sign in to comment.