Skip to content

Commit

Permalink
Version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHaussmann authored Apr 2, 2023
1 parent 28ff6e6 commit fd48c1d
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 @@ -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 = "[email protected]" }]
Expand Down Expand Up @@ -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',
# 'ignore:function ham\(\) is deprecated:DeprecationWarning',

0 comments on commit fd48c1d

Please sign in to comment.