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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Nov 9, 2022
1 parent 7d1b05d commit d6a1455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _all_generator(alls: list) -> tuple:


# Info about package
__version__ = "0.6.3.1.1"
__version__ = "0.7"
__pkgname__ = "disspy"
__description__ = "Dispy - package for creating bots in discord written in Python"
__github__ = "https://github.com/itttgg/dispy"
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
colorama""".replace(' ', '').split("\n")


__version__ = "0.6.3.1.1"
__version__ = "0.7"

setup(
name="disspy",
Expand All @@ -47,7 +47,10 @@
url="https://github.com/itttgg/dispy",
packages=['disspy'],
classifiers = [
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
zip_safe=False,
python_requires=">=3.8",
Expand Down

0 comments on commit d6a1455

Please sign in to comment.