Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
priestc committed Nov 28, 2014
1 parent 752364e commit df46a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moneywagon/getter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class PriceGetter(object):
"""

def __init__(self, useragent=None, verbose=False, responses=None):
self.useragent = useragent or 'pycryptoprices 1.0'
self.useragent = useragent or 'moneywagon 1.0.1'
self.responses = responses or {} # for caching
self.verbose = verbose

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="moneywagon",
version='1.0.0',
version='1.0.1',
description='Toolset for getting the exchange rate for cryptocurrencies',
long_description=open('README.md').read(),
author='Chris Priest',
Expand Down

0 comments on commit df46a4b

Please sign in to comment.