Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Prepare for 0.6.3
Browse files Browse the repository at this point in the history
And mini update `setup.py` :D
  • Loading branch information
bleudev committed Sep 18, 2022
1 parent 6311eca commit 81a906f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions disspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def _all_generator(alls: list) -> tuple:


# Info about package
__version__ = "0.6.2.1dev"
__pkgname__ = "dispy"
__version__ = "0.6.3"
__pkgname__ = "disspy"
__description__ = "Dispy - package for creating bots in discord written in Python"
__github__ = "https://github.com/itttgg/dispy"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
version=__version__,
author="itttgg",
author_email="[email protected]",
description="Dispy - package for creating bots",
description="Dispy - package for creating bots in discord written in Python",
download_url=f"https://github.com/itttgg/dispy/tree/{__version__}",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 81a906f

Please sign in to comment.