Skip to content

Commit

Permalink
bump version to see if pip can install from my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofognog committed May 11, 2024
1 parent 17db58b commit a7c504c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pandas = ">=1.3.0"
numpy = ">=1.16.5"
requests = ">=2.31"
multitasking = ">=0.0.7"
lxml = ">=4.9.1"
platformdirs = ">=2.0.0"
pytz = ">=2022.5"
frozendict = ">=2.3.4"
beautifulsoup4 = ">=4.11.1"
html5lib = ">=1.1"
peewee = ">=3.16.2"

[dev-packages]

[requires]
python_version = "3.10"
2 changes: 1 addition & 1 deletion yfinance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.38"
version = "0.2.39"

0 comments on commit a7c504c

Please sign in to comment.