This repository was archived by the owner on Oct 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Algorithmic Trading Bitcoin.
33
44# UPDATE: MASTER is working for market orders ONLY on gemini. Everything else is still in beta until limit order support is done
55
6- [ ![ Version] ( https://img.shields.io/badge/version-0.0.1 -lightgrey.svg )] ( https://img.shields.io/badge/version-0.0.1 -lightgrey.svg )
6+ [ ![ Version] ( https://img.shields.io/badge/version-0.0.2 -lightgrey.svg )] ( https://img.shields.io/badge/version-0.0.2 -lightgrey.svg )
77[ ![ Build Status] ( https://travis-ci.org/timkpaine/algo-coin.svg?branch=master )] ( https://travis-ci.org/timkpaine/algo-coin )
88[ ![ Coverage] ( https://codecov.io/gh/timkpaine/algo-coin/coverage.svg?branch=master&token=JGqz8ChQxd )] ( https://codecov.io/gh/timkpaine/algo-coin )
99[ ![ Gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg )] ( https://gitter.im/algo-coin/Lobby )
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'algocoin' ,
12- version = '0.0.1 ' ,
12+ version = '0.0.2 ' ,
1313 description = 'Algorithmic trading library for cryptocurrencies' ,
1414 long_description = long_description ,
1515 url = 'https://github.com/timkpaine/algo-coin' ,
16- download_url = 'https://github.com/timkpaine/algo-coin/archive/v0.0.1 .tar.gz' ,
16+ download_url = 'https://github.com/timkpaine/algo-coin/archive/v0.0.2 .tar.gz' ,
1717 author = 'Tim Paine' ,
18181919 license = 'GPL' ,
You can’t perform that action at this time.
0 commit comments