Skip to content

Commit

Permalink
Patch version for parsing of delta
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Jun 27, 2024
1 parent b391a46 commit 72e7619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base_recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package:
version: '1.0.6'
version: '1.0.7'

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion datasail/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def parse_datasail_args(args) -> Dict[str, object]:
"-d",
"--delta",
default=0.3,
type=int,
type=float,
dest=KW_DELTA,
help="Relative error for stratification. This is only used if stratification is provided."
)
Expand Down
2 changes: 1 addition & 1 deletion datasail/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.6"
__version__ = "1.0.7"

0 comments on commit 72e7619

Please sign in to comment.