Skip to content

Commit

Permalink
Update version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaveiga committed Sep 27, 2024
1 parent c422f29 commit c4c8d57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion optionlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typing


VERSION = "1.2.1"
VERSION = "1.2.2"


if typing.TYPE_CHECKING:
Expand Down
1 change: 0 additions & 1 deletion optionlab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class Inputs(BaseModel):
mc_prices_number : int, optional
Number of random terminal prices to be generated when calculationg
the average profit and loss of a strategy. Default is 100,000.
"""

stock_price: float = Field(gt=0)
Expand Down

0 comments on commit c4c8d57

Please sign in to comment.