Skip to content

Commit a37a8b0

Browse files
committed
'0328'
1 parent 37813da commit a37a8b0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2024] [wmtSky]
3+
Copyright (c) [2025] [wmtSky]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

UQPyL/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import problems, surrogates, optimization, sensibility, DoE, utility
22

3-
__version__ = "2.0.11"
3+
__version__ = "2.1.0"
44
__author__ = "wmtSky"
55

66
__all__=[

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ build-backend = "setuptools.build_meta"
1212

1313
[project]
1414
name = "UQPyL"
15-
version = "2.0.11"
15+
version = "2.1.0"
1616
authors = [
1717
{name = "wmtSky", email = "[email protected]"}
1818
]
1919
description = "A python package for parameter uncertainty quantification and optimization"
2020
readme = "README.md"
21-
license = {text = "MIT"}
2221
dependencies = [
2322
"numpy",
2423
"scipy",

0 commit comments

Comments
 (0)