We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75bee3 commit 182c2b9Copy full SHA for 182c2b9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "wom.py"
3
-version = "0.9.3"
+version = "0.9.4"
4
description = "An asynchronous wrapper for the Wise Old Man API."
5
authors = ["Jonxslays"]
6
license = "MIT"
wom/__init__.py
@@ -32,7 +32,7 @@
32
from typing import Final
33
34
__packagename__: Final[str] = "wom.py"
35
-__version__: Final[str] = "0.9.3"
+__version__: Final[str] = "0.9.4"
36
__author__: Final[str] = "Jonxslays"
37
__copyright__: Final[str] = "2023-present Jonxslays"
38
__description__: Final[str] = "An asynchronous wrapper for the Wise Old Man API."
0 commit comments