From d47c0dbbc72528e31a234ba0350a568c6f2c93aa Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Jul 2025 14:03:01 +0300 Subject: [PATCH] Bump version to 0.5 --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 276c65f..29a8d37 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.1.2" +version = "0.5" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"