diff --git a/CHANGELOG.md b/CHANGELOG.md index 6518e3e..89a3ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.9.1 (2024-09-08) + +### Fix + +* Route for smithed upload was incorrect ([`25939b5`](https://github.com/Smithed-MC/Libraries/commit/25939b5a02aa0534511d03d035d6210e3278369a)) + ## v0.9.0 (2024-07-26) ### Feature diff --git a/pyproject.toml b/pyproject.toml index a347220..9b9cfdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.9.0" +version = "0.9.1" description = "All of the Smithed Libraries" authors = ["Smithed Council "] license = "MIT" diff --git a/smithed_libraries/__init__.py b/smithed_libraries/__init__.py index 5f7da6a..1342f02 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.9.0" +__version__ = "0.9.1" __all__ = [ "actionbar",