From 016c043086dfcbadf8ccc73b49ae39e1fcb09f1d Mon Sep 17 00:00:00 2001 From: Alexander Golec Date: Mon, 11 May 2020 21:54:58 -0400 Subject: [PATCH] Bump micro version --- tda/__init__.py | 2 +- tda/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tda/__init__.py b/tda/__init__.py index b0956e3..4402299 100644 --- a/tda/__init__.py +++ b/tda/__init__.py @@ -1,4 +1,4 @@ from . import auth from . import client from . import orders -from .version import version as __VERSION__ +from .version import version as __version__ diff --git a/tda/version.py b/tda/version.py index 75b8a57..d4f4d81 100644 --- a/tda/version.py +++ b/tda/version.py @@ -1 +1 @@ -version = '0.1.0' +version = '0.1.1'