Skip to content

Commit

Permalink
Bumping version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekpete committed Oct 24, 2014
1 parent b93d506 commit a9baf8b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 58 deletions.
2 changes: 1 addition & 1 deletion bin/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


# initialise the library client
client = CoinSpot(api_key="YOUR_API_KEY", api_secret="YOUR_API_SECRET")
client = CoinSpot()

# get the spot prices
print client.spot()
Expand Down
2 changes: 1 addition & 1 deletion coinspot/coinspot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down
52 changes: 0 additions & 52 deletions example.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/CoinSpotTestCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""CoinSpotTestCase.py: A bunch of unittests for testing this module."""

__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""fixtures.py: These are fixture functions for returning mocked api data."""

__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Peter Dyson <pete@geekpete.com>'
__version__ = '0.2.1'
__version__ = '0.2.2'
__license__ = 'GPLv3'
__source__ = 'http://github.com/geekpete/py-coinspot-api/coinspot.py'

Expand Down

0 comments on commit a9baf8b

Please sign in to comment.