From c08c8ad91c939a22cdbd25a2586b56e8d40e49ac Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 3 Oct 2025 06:49:44 +0300 Subject: [PATCH] pyflix@0.9 --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index a651718..673fca6 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.8" +version = "0.9" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"