Skip to content

Commit 907e145

Browse files
committed
fix version
1 parent 61f77b4 commit 907e145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/iqoptionapi)
44

5-
last Version:3.8
5+
last Version:3.8.1
66

77
last update:2019/9/9
88

99

10-
Version:3.8
10+
Version:3.8.1
1111

1212
[fix buy current price](#buydigitalspot)
1313

iqoptionapi/stable_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def nested_dict(n, type):
1818

1919

2020
class IQ_Option:
21-
__version__ = "3.8"
21+
__version__ = "3.8.1"
2222

2323
def __init__(self, email, password):
2424
self.size = [1, 5, 10, 15, 30, 60, 120, 300, 600, 900, 1800,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="iqoptionapi",
6-
version="3.8",
6+
version="3.8.1",
77
packages=find_packages(),
88
install_requires=["pylint","requests","websocket-client==0.47","interruptingcow"],
99
include_package_data = True,

0 commit comments

Comments
 (0)