Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Jan 3, 2023
1 parent af89296 commit b47abf0
Show file tree
Hide file tree
Showing 2 changed files with 2 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="Astrea49",
url="https://github.com/Astrea49/tansy",
version="0.5.1",
version="0.5.2",
packages=find_packages(),
python_requires=">=3.10",
install_requires=requirements,
Expand Down
2 changes: 1 addition & 1 deletion tansy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = "0.5.1"
__version__ = "0.5.2"


from .slash_commands import *
Expand Down

0 comments on commit b47abf0

Please sign in to comment.