Skip to content

Commit

Permalink
v3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu-Yi-Hsun committed Oct 2, 2019
1 parent 04bc6b2 commit b474793
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

last update:2019/10/2

last Version:3.9.3
last Version:3.9.4

fix version problem


Version:3.9.3

change and fix close digit(close_position) to close_digital_option

Expand Down
2 changes: 1 addition & 1 deletion iqoptionapi/stable_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def nested_dict(n, type):


class IQ_Option:
__version__ = "3.9.2"
__version__ = "3.9.4"

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.9.2",
version="3.9.4",
packages=find_packages(),
install_requires=["pylint","requests","websocket-client==0.47"],
include_package_data = True,
Expand Down

0 comments on commit b474793

Please sign in to comment.