From 8e3c86f5ee4afe69e890bd93a8994fe3abf873d3 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 28 Aug 2025 00:52:27 +0300 Subject: [PATCH] pyflix@0.7 --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 1055a3e..f5f4611 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.6" +version = "0.7" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"