diff --git a/docs/conf.py b/docs/conf.py index eb863b0..46c2390 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = 'v0.1.10' +version = 'v0.1.9' # The full version, including alpha/beta/rc tags. -release = 'v0.1.10' +release = 'v0.1.9' # 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 f268313..e91eb02 100644 --- a/pyEX/__init__.py +++ b/pyEX/__init__.py @@ -7,4 +7,4 @@ from .marketdata.ws import * # noqa: F401,F403 from .marketdata.sse import * # noqa: F401,F403 -__version__ = '0.1.10' +__version__ = '0.1.9' diff --git a/setup.py b/setup.py index 6878ee9..c3916f1 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ setup( name='pyEX', - version='0.1.10', + version='0.1.9', description='Rest API to IEX', long_description=long_description, url='https://github.com/timkpaine/pyEX', - download_url='https://github.com/timkpaine/pyEX/archive/v0.1.10.tar.gz', + download_url='https://github.com/timkpaine/pyEX/archive/v0.1.9.tar.gz', author='Tim Paine', author_email='timothy.k.paine@gmail.com', license='Apache 2.0',