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

Commit caf2b76

Browse files
committed
reverting version to 0.0.1, prepping for pypi
1 parent e535265 commit caf2b76

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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
# WARNING: Do not use HEAD until I add support for limit orders. If you want a working package for market orders only, look prior to 9c2a453. I should be done with the upgrade shortly.
55

6-
[![Version](https://img.shields.io/badge/version-0.0.15-lightgrey.svg)](https://img.shields.io/badge/version-0.0.15-lightgrey.svg)
6+
[![Version](https://img.shields.io/badge/version-0.0.1-lightgrey.svg)](https://img.shields.io/badge/version-0.0.1-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.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

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

1010
setup(
1111
name='algocoin',
12-
version='0.0.15',
12+
version='0.0.1',
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',
1617
author='Tim Paine',
1718
author_email='[email protected]',
1819
license='LGPL',

0 commit comments

Comments
 (0)