Skip to content

Commit 5443938

Browse files
committed
Bump to v0.2.1
1 parent a7ad0f4 commit 5443938

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flashalpha"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Python SDK for the FlashAlpha options analytics API — gamma exposure (GEX), delta, vanna, charm, greeks, 0DTE analytics, volatility surfaces, and more."
99
readme = "README.md"
1010
license = "MIT"

src/flashalpha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
TierRestrictedError,
1111
)
1212

13-
__version__ = "0.2.0"
13+
__version__ = "0.2.1"
1414
__all__ = [
1515
"FlashAlpha",
1616
"FlashAlphaError",

0 commit comments

Comments
 (0)