From 228160e616419d95109fcdc678386d82ae5cf368 Mon Sep 17 00:00:00 2001 From: Yush Kapoor <55430541+yushdotkapoor@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:53:52 -0800 Subject: [PATCH] Update __init__.py for historical method --- src/fear_and_greed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fear_and_greed/__init__.py b/src/fear_and_greed/__init__.py index fabcb30..8cd67f1 100644 --- a/src/fear_and_greed/__init__.py +++ b/src/fear_and_greed/__init__.py @@ -1,3 +1,3 @@ -from .cnn import FearGreedIndex, get +from .cnn import FearGreedIndex, get, historical __version__ = "0.4"