Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jokelbaf committed Jun 26, 2024
1 parent 0e9a51b commit ff42dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kuro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .errors import *
from .types import *

__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test = ["pytest", "python-dotenv", "pytest-asyncio"]

[tool.poetry]
name = "kuro.py"
version = "0.3.0"
version = "0.4.0"
description = "Async API wrapper for KuroBBS written in Python."
authors = [
"JokelBaf <[email protected]>",
Expand Down

0 comments on commit ff42dd0

Please sign in to comment.