Skip to content

Commit

Permalink
update pyproject.toml file with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjakem committed Feb 23, 2024
1 parent 13f598a commit f915b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires = [

[project]
name = "pyapprox"
version = "1.0.2"
version = "1.0.3"
description = "High-dimensional function approximation and estimation"
requires-python = '>=3.6'
license = {file = 'LICENSE'}
Expand Down Expand Up @@ -55,4 +55,4 @@ docs = ['numpydoc', 'sphinx', 'sphinx_automodapi', 'sphinx_rtd_theme',
]

[tool.coverage.report]
skip_empty = true
skip_empty = true

0 comments on commit f915b47

Please sign in to comment.