Skip to content

Commit f915b47

Browse files
committed
update pyproject.toml file with new version
1 parent 13f598a commit f915b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires = [
1313

1414
[project]
1515
name = "pyapprox"
16-
version = "1.0.2"
16+
version = "1.0.3"
1717
description = "High-dimensional function approximation and estimation"
1818
requires-python = '>=3.6'
1919
license = {file = 'LICENSE'}
@@ -55,4 +55,4 @@ docs = ['numpydoc', 'sphinx', 'sphinx_automodapi', 'sphinx_rtd_theme',
5555
]
5656

5757
[tool.coverage.report]
58-
skip_empty = true
58+
skip_empty = true

0 commit comments

Comments
 (0)