From 56ef322a7a4e06b8814f9467f9716e15fafbc881 Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni <48709672+yasirroni@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:24:27 +0700 Subject: [PATCH] bump new version 2.1.5 --- matpowerpip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matpowerpip/__init__.py b/matpowerpip/__init__.py index 0918934..0f62ec3 100644 --- a/matpowerpip/__init__.py +++ b/matpowerpip/__init__.py @@ -162,7 +162,7 @@ def purge_matpower(path_matpower=None, session=None, engine='octave'): return m -__MATPOWERPIP_VERSION__ = "2.1.4" +__MATPOWERPIP_VERSION__ = "2.1.5" try: current_path = os.path.abspath(os.path.dirname(__file__))