From 5296531e206aa2d8f3da5a59708feef8e78dc11f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 17 Aug 2026 04:57:19 +0300 Subject: [PATCH] pyflix@1.0.0 The library has already got some testing in the wild, so consider the api more or less stable. --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index d81174b..d3a9a98 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.16" +version = "1.0.0" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"