Skip to content

Commit 7e10580

Browse files
committed
Switch from TestPyPI to PyPI
+ Reset the release version down to v0.1.
1 parent 6bdc3e6 commit 7e10580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ clean:
1313
rm dist/ build/ -rfv
1414

1515
push:
16-
python3 -m twine upload --skip-existing --repository testpypi dist/*
16+
python3 -m twine upload --skip-existing dist/*

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.11
3+
version = 0.1
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.11"
3+
__version__ = "0.1"

0 commit comments

Comments
 (0)