Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu-Yi-Hsun committed Sep 9, 2019
1 parent 61f77b4 commit 907e145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion iqoptionapi/stable_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 907e145

Please sign in to comment.