Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 024513f

Browse files
committed
Bump project version
1 parent a9125c6 commit 024513f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "unkey.py"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "An asynchronous Python SDK for unkey.dev."
55
authors = ["Jonxslays"]
66
license = "GPL-3.0-only"

unkey/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Final
44

55
__packagename__: Final[str] = "unkey.py"
6-
__version__: Final[str] = "0.7.0"
6+
__version__: Final[str] = "0.7.1"
77
__author__: Final[str] = "Jonxslays"
88
__copyright__: Final[str] = "2023-present Jonxslays"
99
__description__: Final[str] = "An asynchronous Python SDK for unkey.dev."

0 commit comments

Comments
 (0)