From 024513f4424231f49518e088946bcd198ecd50f0 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:15:02 -0700 Subject: [PATCH] Bump project version --- pyproject.toml | 2 +- unkey/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c83a5c..d3bec1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unkey.py" -version = "0.7.0" +version = "0.7.1" description = "An asynchronous Python SDK for unkey.dev." authors = ["Jonxslays"] license = "GPL-3.0-only" diff --git a/unkey/__init__.py b/unkey/__init__.py index 8f7d9ca..5da1064 100644 --- a/unkey/__init__.py +++ b/unkey/__init__.py @@ -3,7 +3,7 @@ from typing import Final __packagename__: Final[str] = "unkey.py" -__version__: Final[str] = "0.7.0" +__version__: Final[str] = "0.7.1" __author__: Final[str] = "Jonxslays" __copyright__: Final[str] = "2023-present Jonxslays" __description__: Final[str] = "An asynchronous Python SDK for unkey.dev."