Skip to content

Commit

Permalink
Merge branch 'release/0.2.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjbarr committed Feb 25, 2015
2 parents c827009 + 4577bff commit 6ad3445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup

setup(name='bitfinex',
version='0.2.0',
version='0.2.1',
description = 'Python client for the Bitfinex API',
author = 'Scott Barr',
author_email = 'scottjbarr@gmail.com',
url = 'https://github.com/scottjbarr/bitfinex',
license = 'MIT',
packages=['bitfinex'],
scripts = ['scripts/watch_orderbook'],
download_url = 'https://github.com/scottjbarr/bitfinex/tarball/0.2.0',
download_url = 'https://github.com/scottjbarr/bitfinex/tarball/0.2.1',
keywords = ['bitcoin', 'btc'],
classifiers = [],
zip_safe=True)

0 comments on commit 6ad3445

Please sign in to comment.