From dc709e5f7a04a3e03061e3c45fccd468ae89eee5 Mon Sep 17 00:00:00 2001 From: Smasky <492109831@qq.com> Date: Tue, 24 Dec 2024 09:43:09 +0800 Subject: [PATCH] '1224' --- UQPyL/__init__.py | 2 +- pyproject.toml | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UQPyL/__init__.py b/UQPyL/__init__.py index 0a4af810..3896b904 100644 --- a/UQPyL/__init__.py +++ b/UQPyL/__init__.py @@ -1,6 +1,6 @@ from . import problems, surrogates, optimization, sensibility, DoE, utility -__version__ = "2.0.9" +__version__ = "2.0.10" __author__ = "wmtSky" __all__=[ diff --git a/pyproject.toml b/pyproject.toml index f5db5ce0..13b65b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [project] name = "UQPyL" -version = "2.0.9" +version = "2.0.10" authors = [ {name = "wmtSky", email = "wmtsky@hhu.edu.cn"} ] @@ -22,7 +22,7 @@ dependencies = [ "numpy", "scipy", "prettytable", - "h5py" + "h5py", ] classifiers = [ "Programming Language :: Python :: 3.7", diff --git a/setup.py b/setup.py index 903f46e0..5e84e382 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="UQPyL", author="wmtSky", - version="2.0.9", + version="2.0.10", author_email="wmtsky@hhu.edu.cn", ext_modules=extensions, packages=find_packages(),