Skip to content

Commit

Permalink
Switch from TestPyPI to PyPI
Browse files Browse the repository at this point in the history
+ Reset the release version down to v0.1.
  • Loading branch information
vterron committed Mar 19, 2021
1 parent 6bdc3e6 commit 7e10580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ clean:
rm dist/ build/ -rfv

push:
python3 -m twine upload --skip-existing --repository testpypi dist/*
python3 -m twine upload --skip-existing dist/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fear-and-greed
version = 0.11
version = 0.1
author = Víctor Terrón
author_email = quintanar@gmail.com
description = Python wrapper for CNN Fear & Greed Index.
Expand Down
2 changes: 1 addition & 1 deletion src/fear_and_greed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .cnn import FearGreedIndex, get

__version__ = "0.11"
__version__ = "0.1"

0 comments on commit 7e10580

Please sign in to comment.