Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaveiga committed Sep 13, 2024
1 parent 1055873 commit fb65fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.2"
VERSION = "1.3.0"


if typing.TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "optionlab"
version = "1.2.2"
version = "1.3.0"
description = "Evaluate option strategies"
authors = ["rgaveiga"]
readme = "README.md"
Expand Down

0 comments on commit fb65fb5

Please sign in to comment.