Skip to content

Commit

Permalink
'1224'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Dec 24, 2024
1 parent 48c0b70 commit dc709e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.9"
__version__ = "2.0.10"
__author__ = "wmtSky"

__all__=[
Expand Down
4 changes: 2 additions & 2 deletions 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.9"
version = "2.0.10"
authors = [
{name = "wmtSky", email = "[email protected]"}
]
Expand All @@ -22,7 +22,7 @@ dependencies = [
"numpy",
"scipy",
"prettytable",
"h5py"
"h5py",
]
classifiers = [
"Programming Language :: Python :: 3.7",
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.9",
version="2.0.10",
author_email="[email protected]",
ext_modules=extensions,
packages=find_packages(),
Expand Down

0 comments on commit dc709e5

Please sign in to comment.