Skip to content

Commit

Permalink
chore: bump version (and add it to all)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Jul 14, 2023
1 parent 265e3cc commit 2577c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
author="AstreaTSS",
url="https://github.com/Astrea49/tansy",
version="0.7.0",
version="0.8.0",
packages=find_packages(),
python_requires=">=3.10",
install_requires=requirements,
Expand Down
3 changes: 2 additions & 1 deletion tansy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = "0.7.0"
__version__ = "0.8.0"


from .class_slash import *
from .slash_commands import *
from .slash_param import *

__all__ = (
"__version__",
"TansySlashCommandParameter",
"TansySlashCommand",
"TansyHybridSlashCommand",
Expand Down

0 comments on commit 2577c32

Please sign in to comment.