Skip to content

Commit 698b267

Browse files
tdobrowolski1claude
andcommitted
v0.3.7: sync __version__ with package version
Fixes a stale __version__ string left at "0.3.5" in __init__.py while the package version had moved to 0.3.6 in pyproject.toml. External review caught the mismatch — `flashalpha.__version__` now matches the distribution version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 446e70e commit 698b267

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.3.6"
7+
version = "0.3.7"
88
description = "Python SDK for the FlashAlpha options analytics API — live options screener, gamma exposure (GEX), VRP, 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
@@ -27,7 +27,7 @@
2727
ZeroDteVolContext,
2828
)
2929

30-
__version__ = "0.3.5"
30+
__version__ = "0.3.7"
3131
__all__ = [
3232
"FlashAlpha",
3333
"FlashAlphaError",

0 commit comments

Comments
 (0)