Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lwdovico authored Aug 12, 2022
1 parent 710a544 commit 838d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion price_predictor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Use a customizable LSTM recurrent neural network to quickly predict the future prices of financial instruments."""


__version__ = '1.0.2'
__version__ = '1.0.3'

from .price_predictor import Price_Predictor
from .price_predictor import yahoo_finance_csv
Expand Down

0 comments on commit 838d7a9

Please sign in to comment.