Skip to content

Commit

Permalink
'v2.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Oct 15, 2024
1 parent 4f2732f commit 5700bdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UQPyL/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import problems, surrogates, optimization, sensibility, DoE, utility

__version__ = "2.0.7"
__version__ = "2.0.8"
__author__ = "wmtSky"

__all__=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "UQPyL"
version = "2.0.7"
version = "2.0.8"
authors = [
{name = "wmtSky", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
setup(
name="UQPyL",
author="wmtSky",
version="2.0.7",
version="2.0.8",
author_email="[email protected]",
ext_modules=extensions,
packages=find_packages(),
Expand Down

0 comments on commit 5700bdb

Please sign in to comment.