diff --git a/tools/pyflix/README.md b/tools/pyflix/README.md index 583d510..702e39d 100644 --- a/tools/pyflix/README.md +++ b/tools/pyflix/README.md @@ -24,7 +24,7 @@ pip install pyflix The API is accessed through the `Flix` class: ```python -from flix import Flix +from pyflix import Flix flix = Flix() # create a Flix object and wait for connection ``` diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 1d9ba3a..0ac51a0 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyflix" -version = "0.13" +version = "0.14" description = "Python API for Flix drone" authors = [{ name="Oleg Kalachev", email="okalachev@gmail.com" }] license = "MIT"