diff --git a/setup.py b/setup.py index c6b9caa..ef14b31 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="schwab_api", packages=setuptools.find_packages(), - version="0.3.11", + version="0.3.12", license="MIT", description="Unofficial Schwab API wrapper in Python 3.", author="Jafer Haider",