Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Aug 16, 2023
1 parent 628f9a0 commit 7b74d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[tool.poetry]
name = "unkey.py"
version = "0.4.0"
version = "0.4.1"
description = "An asynchronous Python SDK for unkey.dev."
authors = ["Jonxslays"]
license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://github.com/Jonxslays/unkey.py"
repository = "https://github.com/Jonxslays/unkey.py"
packages = [
{ include = "unkey" },
{ include = "unkey/py.typed" },
]
packages = [{ include = "unkey" }, { include = "unkey/py.typed" }]
classifiers = [
# "Development Status :: 1 - Planning",
# "Development Status :: 2 - Pre-Alpha",
Expand Down
2 changes: 1 addition & 1 deletion unkey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Final

__packagename__: Final[str] = "unkey.py"
__version__: Final[str] = "0.4.0"
__version__: Final[str] = "0.4.1"
__author__: Final[str] = "Jonxslays"
__copyright__: Final[str] = "2023-present Jonxslays"
__description__: Final[str] = "An asynchronous Python SDK for unkey.dev."
Expand Down

0 comments on commit 7b74d5c

Please sign in to comment.