From 11062107f1cfbc65aebc5eb0b6e206aabf9a21f8 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Thu, 14 Aug 2025 09:38:41 +0300 Subject: [PATCH] change version to 1.0.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a24187..aa7686b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "viking-file" -version = "1.0.4" +version = "1.0.5" description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)" authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }] requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 09f0652..054e0e1 100644 --- a/uv.lock +++ b/uv.lock @@ -213,7 +213,7 @@ wheels = [ [[package]] name = "viking-file" -version = "1.0.4" +version = "1.0.5" source = { virtual = "." } dependencies = [ { name = "aiofiles" },