Skip to content

Commit fb7e182

Browse files
committed
Add global in readme
1 parent 9707d75 commit fb7e182

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ from coinlore.client import Client
1616

1717
client = Client();
1818

19+
//Get global market info
20+
print(client.getglobal())
21+
1922
//Get Bitcoin Info (Bitcoin)
2023
print(client.getcoin(90))
2124

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55
setuptools.setup(
66
name='coinlore',
7-
version='0.1.5',
7+
version='0.1.7',
88
author="CoinLore",
99
keywords=['api', 'coinlore', 'cryptocurrency', 'cryptocurrency prices','bitcoin', 'ethereum', 'XRP'],
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)