Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 5, 2017
1 parent c8c1cc8 commit 88d2322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Algorithmic Trading Bitcoin.

# UPDATE: MASTER is working for market orders ONLY on gemini. Everything else is still in beta until limit order support is done

[![Version](https://img.shields.io/badge/version-0.0.1-lightgrey.svg)](https://img.shields.io/badge/version-0.0.1-lightgrey.svg)
[![Version](https://img.shields.io/badge/version-0.0.2-lightgrey.svg)](https://img.shields.io/badge/version-0.0.2-lightgrey.svg)
[![Build Status](https://travis-ci.org/timkpaine/algo-coin.svg?branch=master)](https://travis-ci.org/timkpaine/algo-coin)
[![Coverage](https://codecov.io/gh/timkpaine/algo-coin/coverage.svg?branch=master&token=JGqz8ChQxd)](https://codecov.io/gh/timkpaine/algo-coin)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/algo-coin/Lobby)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup(
name='algocoin',
version='0.0.1',
version='0.0.2',
description='Algorithmic trading library for cryptocurrencies',
long_description=long_description,
url='https://github.com/timkpaine/algo-coin',
download_url='https://github.com/timkpaine/algo-coin/archive/v0.0.1.tar.gz',
download_url='https://github.com/timkpaine/algo-coin/archive/v0.0.2.tar.gz',
author='Tim Paine',
author_email='timothy.k.paine@gmail.com',
license='GPL',
Expand Down

0 comments on commit 88d2322

Please sign in to comment.