From a76663f2789e91f11f907be70d10eb74497ef7e5 Mon Sep 17 00:00:00 2001 From: Ari Cooper Davis <8947634+aricooperdavis@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:40:47 +0000 Subject: [PATCH] Fix renamed `is_valid()` method call --- circup/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circup/__init__.py b/circup/__init__.py index 568d8e4..21ea508 100644 --- a/circup/__init__.py +++ b/circup/__init__.py @@ -1514,7 +1514,7 @@ def update(ctx, update_all): # pragma: no cover module.device_version, module.bundle_version ) ) - if isinstance(module.bundle_version, str) and not VersionInfo.isvalid( + if isinstance(module.bundle_version, str) and not VersionInfo.is_valid( module.bundle_version ): click.secho(