Skip to content

Commit

Permalink
Update changelog and bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Sep 26, 2024
1 parent 32a4492 commit da5b1ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.0.1 (Sep 2024)

## Additions

- Added two new boss metrics `Amoxliatl` and `Hueycoatl`.

---

# v1.0.0 (Sep 2024)

Stable!
Expand Down
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 = "wom.py"
version = "1.0.0"
version = "1.0.1"
description = "An asynchronous wrapper for the Wise Old Man API."
authors = ["Jonxslays"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion wom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from typing import Final

__packagename__: Final[str] = "wom.py"
__version__: Final[str] = "1.0.0"
__version__: Final[str] = "1.0.1"
__author__: Final[str] = "Jonxslays"
__copyright__: Final[str] = "2023-present Jonxslays"
__description__: Final[str] = "An asynchronous wrapper for the Wise Old Man API."
Expand Down

0 comments on commit da5b1ad

Please sign in to comment.