diff --git a/README.md b/README.md index 448be7ac..94172557 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/iqoptionapi) -last Version:3.8 +last Version:3.8.1 last update:2019/9/9 -Version:3.8 +Version:3.8.1 [fix buy current price](#buydigitalspot) diff --git a/iqoptionapi/stable_api.py b/iqoptionapi/stable_api.py index 1a4818b5..1dfc8907 100644 --- a/iqoptionapi/stable_api.py +++ b/iqoptionapi/stable_api.py @@ -18,7 +18,7 @@ def nested_dict(n, type): class IQ_Option: - __version__ = "3.8" + __version__ = "3.8.1" def __init__(self, email, password): self.size = [1, 5, 10, 15, 30, 60, 120, 300, 600, 900, 1800, diff --git a/setup.py b/setup.py index e8033e38..dab1e1f5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="iqoptionapi", - version="3.8", + version="3.8.1", packages=find_packages(), install_requires=["pylint","requests","websocket-client==0.47","interruptingcow"], include_package_data = True,