Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 19, 2018
1 parent 6d7bc86 commit 59956af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyEX
Python interface to IEX Api (https://iextrading.com/developer/docs/)

[![Version](https://img.shields.io/badge/version-0.0.3-lightgrey.svg)](https://img.shields.io/badge/version-0.0.3-lightgrey.svg)
[![Version](https://img.shields.io/badge/version-0.0.4-lightgrey.svg)](https://img.shields.io/badge/version-0.0.4-lightgrey.svg)
[![Build Status](https://travis-ci.org/timkpaine/pyEX.svg?branch=master)](https://travis-ci.org/timkpaine/pyEX)
[![Coverage](https://codecov.io/gh/timkpaine/pyEX/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/pyEX)
[![Waffle.io](https://badge.waffle.io/timkpaine/pyEX.png?label=ready&title=Ready)](https://waffle.io/timkpaine/pyEX?utm_source=badge)
Expand Down
2 changes: 2 additions & 0 deletions pyEX/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
from .markets import *
from .marketdata.http import tops, last, hist, deep, book as topsBook, trades, systemEvent, tradingStatus, opHaltStatus, ssrStatus, securityEvent, tradeBreak, auction
from .marketdata.ws import *

__version__ = '0.0.4'
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='pyEX',
version='0.0.3',
version='0.0.4',
description='Rest API to IEX',
long_description=long_description,
url='https://github.com/timkpaine/pyEX',
download_url='https://github.com/timkpaine/pyEX/archive/v0.0.3.tar.gz',
download_url='https://github.com/timkpaine/pyEX/archive/v0.0.4.tar.gz',
author='Tim Paine',
author_email='timothy.k.paine@gmail.com',
license='LGPL',
Expand Down

0 comments on commit 59956af

Please sign in to comment.