From 6e862690fdb2d17364e0470169e205a169048867 Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni Date: Sat, 5 Oct 2024 17:17:29 +0700 Subject: [PATCH] v2.2.2 --- matpowerpip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matpowerpip/__init__.py b/matpowerpip/__init__.py index 836e7ce..c208138 100644 --- a/matpowerpip/__init__.py +++ b/matpowerpip/__init__.py @@ -183,7 +183,7 @@ def _install_matpower( return m -__MATPOWERPIP_VERSION__ = "2.2.1" +__MATPOWERPIP_VERSION__ = "2.2.2" try: current_path = os.path.abspath(os.path.dirname(__file__))