mariostoev/finviz

Issues installing 1.4.5

Closed this issue · 0 comments

Updating or installing 1.4.5 with pip fails:

(.venv) src/watchlist % python -m pip install -U finviz          
Requirement already satisfied: finviz in ./.venv/lib/python3.11/site-packages (1.4.4)
Collecting finviz
  Using cached finviz-1.4.5.tar.gz (17 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Discarding https://files.pythonhosted.org/packages/51/8f/1f16d08a8371cf087d544981ac542bc31017f9e228dd58858b7bb7f1cac7/finviz-1.4.5.tar.gz (from https://pypi.org/simple/finviz/): Requested finviz from https://files.pythonhosted.org/packages/51/8f/1f16d08a8371cf087d544981ac542bc31017f9e228dd58858b7bb7f1cac7/finviz-1.4.5.tar.gz has inconsistent version: expected '1.4.5', but metadata has '1.4.4'

I think you need to bump here

version = "1.4.4"

for metadata to be correct.