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

Commit 88d2322

Browse files
committed
version update
1 parent c8c1cc8 commit 88d2322

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
setup(
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',
1818
author_email='[email protected]',
1919
license='GPL',

0 commit comments

Comments
 (0)