From 7f8dc92cd3e29349d9725c2336ef0f20f5685933 Mon Sep 17 00:00:00 2001 From: Eric Blevins Date: Wed, 17 Jul 2024 10:13:23 -0400 Subject: [PATCH] Updated to latest version of pyavtools and changed version to 2.0.27 --- pyproject.toml | 2 +- src/pyefis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cecdc7d..be0c576b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "geopy==2.4.1", # Until this revision is published to PyPy get it from git: - "pyavtools @ git+https://github.com/makerplane/pyAvTools/@51c381b26ab47c9a975be8db4261a5483a73bf77", + "pyavtools @ git+https://github.com/makerplane/pyAvTools/@ae79ef3a971d62cc43cedcfb5f303ced2dd09fbf", "pycond==20230212", "PyQt5==5.15.10", "PyYAML==6.0.1", diff --git a/src/pyefis/__init__.py b/src/pyefis/__init__.py index a836c71b..4dc1cc4c 100644 --- a/src/pyefis/__init__.py +++ b/src/pyefis/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.0.26" +__version__ = "2.0.27"