From 8f19d635a459b9fa0dcaded01afe3684f512c0ec Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Tue, 12 Aug 2025 10:52:10 +0300 Subject: [PATCH] change version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bff97a..d99087f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "viking-file" -version = "0.1.0" +version = "1.0.0" description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)" authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }] requires-python = ">=3.10"