From 156c96dcea4fe6bc83313e7a441a74ac22db5019 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Sun, 12 Aug 2018 19:40:45 -0400 Subject: [PATCH] . --- docs/conf.py | 4 ++-- pyEX/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6a13dbb..195a77c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = 'v0.0.7' +version = 'v0.0.8' # The full version, including alpha/beta/rc tags. -release = 'v0.0.7' +release = 'v0.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyEX/__init__.py b/pyEX/__init__.py index 369cf82..3c92a17 100644 --- a/pyEX/__init__.py +++ b/pyEX/__init__.py @@ -5,4 +5,4 @@ from .marketdata.http import tops, topsDF, last, lastDF, hist, histDF, deep, deepDF, book as topsBook, bookDF as topsBookDF, trades, tradesDF, systemEvent, systemEventDF, tradingStatus, tradingStatusDF, opHaltStatus, opHaltStatusDF, ssrStatus, ssrStatusDF, securityEvent, securityEventDF, tradeBreak, tradeBreakDF, auction, auctionDF from .marketdata.ws import * -__version__ = '0.0.7' +__version__ = '0.0.8' diff --git a/setup.py b/setup.py index 9d59072..1bd3ef7 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( name='pyEX', - version='0.0.7', + version='0.0.8', 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.7.tar.gz', + download_url='https://github.com/timkpaine/pyEX/archive/v0.0.8.tar.gz', author='Tim Paine', author_email='timothy.k.paine@gmail.com', license='Apache 2.0',