diff --git a/pyproject.toml b/pyproject.toml index f31dd73..5cc4ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ exclude = [".gitignore"] [project] name = "spil" -version = "0.1.0rc2" +version = "0.1.0" description = "The Simple Pipeline Lib." readme = "README.md" authors = [{ name = "Michael Haussmann", email = "spil@xeo.info" }] @@ -76,4 +76,4 @@ addopts = "--doctest-modules --ignore=spil_plugins --ignore=spil/sid/read/finder # "integration", #] # note the use of single quote below to denote "raw" strings in TOML -# 'ignore:function ham\(\) is deprecated:DeprecationWarning', \ No newline at end of file +# 'ignore:function ham\(\) is deprecated:DeprecationWarning',