Skip to content

Commit 016c043

Browse files
committed
Bump micro version
1 parent bfe770c commit 016c043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import auth
22
from . import client
33
from . import orders
4-
from .version import version as __VERSION__
4+
from .version import version as __version__

tda/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.1.0'
1+
version = '0.1.1'

0 commit comments

Comments
 (0)