Skip to content

Commit

Permalink
'11'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Oct 2, 2024
1 parent d823823 commit ed2c900
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.6"
__version__ = "2.0.7"
__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.6"
version = "2.0.7"
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.6",
version="2.0.7",
author_email="[email protected]",
ext_modules=extensions,
packages=find_packages(),
Expand Down

0 comments on commit ed2c900

Please sign in to comment.