Skip to content

Commit ae61554

Browse files
committed
Bump version to v0.3
1 parent 25c9895 commit ae61554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fear-and-greed
3-
version = 0.2
3+
version = 0.3
44
author = Víctor Terrón
55
author_email = [email protected]
66
description = Python wrapper for CNN Fear & Greed Index.

src/fear_and_greed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .cnn import FearGreedIndex, get
22

3-
__version__ = "0.2"
3+
__version__ = "0.3"

0 commit comments

Comments
 (0)