Skip to content

Commit

Permalink
chore: 🔖 Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raclettes committed May 9, 2021
1 parent 2a34bb9 commit c16ec8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyslash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .converters import convert
from .decorators import slash, slash_cog

__version__ = "1.2.0rc1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = f.readlines()

setup(name='dpyslash',
version='1.2.0rc1',
version='1.2.0',
description='Improves slash commands for Python',
author='starsflower',
url='https://github.com/starsflower/discordpy-slash-commands',
Expand Down

0 comments on commit c16ec8e

Please sign in to comment.