Skip to content

Commit

Permalink
(version): fix pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
externref committed Dec 24, 2022
1 parent e259e10 commit af33540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wyvern"
version = "0.1.0"
version = "0.1.1"
description = "A flexible and easy to use Discord API wrapper for python 🚀."
authors = [ "sarthhh", "FallenDeity"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion wyvern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
from .presences import * # noqa: F403
from .rest import * # noqa: F403

__version__: str = "0.1.0"
__version__: str = "0.1.1"

0 comments on commit af33540

Please sign in to comment.