Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 0d92d8e

Browse files
committed
Bump version
1 parent b584101 commit 0d92d8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

discord/ext/slash/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ async def repeat( # command name
4747
information is still available.
4848
* All descriptions are **required**.
4949
50-
Not Yet Supported
51-
=================
52-
* Subcommands
50+
See the wiki_.
51+
52+
.. _wiki: https://github.com/Kenny2github/discord-ext-slash/wiki
5353
'''
5454
from __future__ import annotations
5555
from enum import IntEnum
@@ -60,7 +60,7 @@ async def repeat( # command name
6060
import discord
6161
from discord.ext import commands
6262

63-
__version__ = '0.0.0'
63+
__version__ = '0.1.0'
6464

6565
class ApplicationCommandOptionType(IntEnum):
6666
"""Possible option types. Default is ``STRING``."""

0 commit comments

Comments
 (0)