Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Jun 30, 2023
1 parent b3083e3 commit ead88d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dibug/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .dibugger import Dibugger as Dibugger

__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dibug"
version = "0.4.0"
version = "0.5.0"
description = "Debugging Tool for discord.py"
authors = ["Starcea <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ead88d7

Please sign in to comment.