Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 authored Jun 20, 2020
1 parent 9091031 commit 80c70e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyoptsparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
__version__ = "2.1.2"

from .pyOpt_history import History
from .pyOpt_variable import Variable
from .pyOpt_gradient import Gradient
Expand All @@ -20,5 +21,3 @@
from .pyParOpt.ParOpt import ParOpt

# from .pyNOMAD.pyNOMAD import NOMAD

__version__ = "2.1.0"

0 comments on commit 80c70e0

Please sign in to comment.