diff --git a/docs/conf.py b/docs/conf.py index 28ae74d..5bad69f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = 'v0.0.3' +version = 'v0.0.4' # The full version, including alpha/beta/rc tags. -release = 'v0.0.3' +release = 'v0.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index f9e3ae1..7a5b36d 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( name='tdameritrade', - version='0.0.3', + version='0.0.4', description='APIs for TD Ameritrade', long_description=long_description, url='https://github.com/timkpaine/tdameritrade', - download_url='https://github.com/timkpaine/tdameritrade/archive/v0.0.3.tar.gz', + download_url='https://github.com/timkpaine/tdameritrade/archive/v0.0.4.tar.gz', author='Tim Paine', author_email='timothy.k.paine@gmail.com', license='Apache 2.0', diff --git a/tdameritrade/__init__.py b/tdameritrade/__init__.py index 06dc790..7347164 100644 --- a/tdameritrade/__init__.py +++ b/tdameritrade/__init__.py @@ -1,3 +1,3 @@ from .client import TDClient # noqa: F401 -__version__ = '0.0.3' +__version__ = '0.0.4'