Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGagorik committed Sep 22, 2024
1 parent b9945bf commit 05ec103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffxiahbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.2.1"
__version__ = "6.0.0"

from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
name = "ffxiahbot"
readme = "README.md"
requires-python = ">=3.12"
version = "5.2.1"
version = "6.0.0"

[project.scripts]
ffxiahbot = "ffxiahbot.__main__:app"
Expand Down

0 comments on commit 05ec103

Please sign in to comment.