From 5b65efadbcfd228fd39a13fd68a8bdcf4a555c86 Mon Sep 17 00:00:00 2001 From: Addison Lynch Date: Thu, 22 Aug 2019 21:10:35 -0400 Subject: [PATCH] rls: 0.4.3 --- docs/source/conf.py | 4 ++-- iexfinance/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f2aafc..ea3cbc3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.4.2' +version = '0.4.3' # The full version, including alpha/beta/rc tags. -release = '0.4.2-dev' +release = '0.4.3-dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/iexfinance/__init__.py b/iexfinance/__init__.py index 990541b..32aebbf 100644 --- a/iexfinance/__init__.py +++ b/iexfinance/__init__.py @@ -4,7 +4,7 @@ from iexfinance.utils.exceptions import ImmediateDeprecationError __author__ = 'Addison Lynch' -__version__ = '0.4.2' +__version__ = '0.4.3' # Data provided for free by IEX