Skip to content

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
Tweaks to documentation.
  • Loading branch information
geekpete committed Jul 23, 2014
1 parent 220ab4d commit 71286f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,22 @@ Example Usage

print client.sell('DOGE', 0.3, 0.00024)

# Donate a craptonne of Dogecoins to the author of this library! Much Appreciate!!!
print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 10000)

Send Dogecoins of appreciation
==============================

If you like this software, you can always sling me some Doges to:
If you like this software, you can always send cold hard cryptocoin my way

Dogecoin: DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs

Bitcoin: 1LybpYphZJqSAxjNFqjfYHB8pWxKcBmFkf

You can do this using the library like this:

DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs
::

# Donate a craptonne of Dogecoins to the author of this library! Much Appreciate!!!
print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 10000)


License
Expand Down
2 changes: 1 addition & 1 deletion bin/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
#print client.quotebuy('DOGE', 1000000000)

# Donate a craptonne of Dogecoins to the author of this library! Much Appreciate!!!
#print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 10000)
print client.send('DOGE', 'DJrHRxurwQoBUe7r9RsMkMrTxj92wXd5gs', 1000)
2 changes: 1 addition & 1 deletion coinspot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.1.0'
__version__ = '0.1.1'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.0',
version='0.1.1',

description='A python library for the Coinspot API',
long_description='py-coinspot-api is a library to interface with the Coinspot cryptocurrency trading API.',
Expand Down

0 comments on commit 71286f9

Please sign in to comment.