Skip to content

Commit afd7670

Browse files
committed
chore: 🔖 Bump version for release
1 parent cfc1631 commit afd7670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .converters import convert
99
from .decorators import slash, slash_cog
1010

11-
__version__ = "1.2.1rc1"
11+
__version__ = "1.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = f.readlines()
99

1010
setup(name='dpyslash',
11-
version='1.2.1rc1',
11+
version='1.2.1',
1212
description='Improves slash commands for Python',
1313
author='starsflower',
1414
url='https://github.com/starsflower/discordpy-slash-commands',

0 commit comments

Comments
 (0)