Skip to content

Commit

Permalink
'v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Apr 19, 2024
1 parent 7fbbfee commit 1c9579a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions UQPyL/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from . import problems, surrogates, optimization
from . import problems, surrogates, optimization, sensibility, DoE, utility

__version__ = "0.3.3"
__version__ = "2.0.1"
__author__ = "wmtSky"

__all__=[
"problems",
"surrogates",
"optimization"
"optimization",
"sensibility",
"DoE",
"utility"
]

0 comments on commit 1c9579a

Please sign in to comment.