From b74e12623972afc5840cdb48f2d81c0e78ac9af9 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 7 Oct 2016 10:53:01 -0700 Subject: [PATCH] begin development of v0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a907a26..797b6de 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tableaudocumentapi', - version='0.4', + version='0.5.dev0', author='Tableau', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',