version update

This commit is contained in:
Florian Kellermann 2022-03-15 10:18:26 +01:00
parent e7b22999df
commit 1033b54154

View File

@ -3,7 +3,7 @@ script for share fetching (by symbols (e.g. AAPL, TSLA etc.))
""" """
__author__ = "Florian Kellermann, Linus Eickhoff" __author__ = "Florian Kellermann, Linus Eickhoff"
__date__ = "15.03.2022" __date__ = "15.03.2022"
__version__ = "0.0.1" __version__ = "0.0.2"
__license__ = "None" __license__ = "None"
import yfinance import yfinance