From ef7a86647c9dc5eb4b0d117a5c2bd2b0abf97592 Mon Sep 17 00:00:00 2001 From: Atem Serem Date: Thu, 17 Aug 2023 13:56:05 +0200 Subject: [PATCH] Bump version to 2023.08.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4e8f6bb..68d86cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kraky" -version = "2023.08.16" +version = "2023.08.17" description = "Python client for Kraken API REST and Kraken Websockets API using httpx and websockets. Supports both sync and async for API REST." authors = [{ name = "Atem18", email = "contact@atemlire.io" }] license = { file = "LICENSE" }