From 9b538e919171878fe87acc62d7af94f982018237 Mon Sep 17 00:00:00 2001 From: Neil Wu <602725+nwu63@users.noreply.github.com> Date: Thu, 24 Feb 2022 11:00:24 -0500 Subject: [PATCH] version bump --- pyoptsparse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyoptsparse/__init__.py b/pyoptsparse/__init__.py index bc7b2cb1..406fde0e 100644 --- a/pyoptsparse/__init__.py +++ b/pyoptsparse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.6.4" +__version__ = "2.7.0" from .pyOpt_history import History from .pyOpt_variable import Variable