Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adam757521 committed Oct 27, 2021
1 parent 700feac commit bd6d597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion discordSuperUtils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
from .youtube import YoutubeClient

__title__ = "discordSuperUtils"
__version__ = "0.2.8"
__version__ = "0.2.9"
__author__ = "Koyashie07 & Adam7100"
__license__ = "MIT"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"discordSuperUtils.music.lavalink": ["*"],
},
include_package_data=True,
version="0.2.8",
version="0.2.9",
license="MIT",
description="Discord Bot Development made easy!",
long_description=README,
long_description_content_type="text/markdown",
author="koyashie07 and adam7100",
url="https://github.com/discordsuperutils/discord-super-utils",
download_url="https://github.com/discordsuperutils/discord-super-utils/archive/refs/tags/v0.2.8.tar.gz",
download_url="https://github.com/discordsuperutils/discord-super-utils/archive/refs/tags/v0.2.9.tar.gz",
keywords=[
"discord",
"easy",
Expand Down

0 comments on commit bd6d597

Please sign in to comment.