Skip to content

Commit 7f1ddd1

Browse files
committed
Fix up version number in init
1 parent 3d4005a commit 7f1ddd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tableaudocumentapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .datasource import Datasource, ConnectionParser
44
from .workbook import Workbook
55

6-
__version__ = '0.0.1'
6+
__version__ = '0.11'
77
__VERSION__ = __version__

0 commit comments

Comments
 (0)