Skip to content

Commit

Permalink
Version bump (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3an authored Apr 8, 2023
1 parent 30726d3 commit 7ac6fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Inside of setup.cfg
[metadata]
description-file = README.rst
description-file=README.rst
license_files=LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected], [email protected]",
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",
Expand Down

0 comments on commit 7ac6fcc

Please sign in to comment.