Skip to content

Commit

Permalink
Merge pull request #12 from LiBa001/dev
Browse files Browse the repository at this point in the history
Bump version to 0.0.7
  • Loading branch information
LiBa001 authored May 8, 2021
2 parents 0e760f4 + 010d449 commit e4e448e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ application to the ``Interactions`` constructor.
@interactions.command("delay")
def delay(_: Interaction):
return None
return "starting countdown", True # this message is ephemeral
@delay.after_command
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="discord-interactions.py",
version="0.0.6",
version="0.0.7",
description="A library around the Discord Interactions API",
long_description=readme,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit e4e448e

Please sign in to comment.