From 7ac6fcc8a8f41d766ec93c530f6d0be865f7c091 Mon Sep 17 00:00:00 2001 From: James Bury <19847770+d3an@users.noreply.github.com> Date: Sat, 8 Apr 2023 08:23:50 -0400 Subject: [PATCH] Version bump (#159) --- setup.cfg | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b93be30..dc3db1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ # Inside of setup.cfg [metadata] -description-file = README.rst +description-file=README.rst +license_files=LICENSE diff --git a/setup.py b/setup.py index be70ac8..bbe311d 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name="finviz", packages=["finviz", "finviz.helper_functions"], - version="1.4.4", + version="1.4.6", license="MIT", description="Unofficial API for FinViz.com", author="Mario Stoev, James Bury", author_email="bg.mstoev@gmail.com, jabury@sympatico.ca", url="https://github.com/mariostoev/finviz", - download_url="https://github.com/mariostoev/finviz/archive/1.4.4.tar.gz", + download_url="https://github.com/mariostoev/finviz/archive/v1.4.6.tar.gz", keywords=["finviz", "api", "screener", "finviz api", "charts", "scraper"], install_requires=[ "lxml",