Skip to content

Commit a8c85b3

Browse files
committed
Bump version to 0.10 for release
1 parent 96c4489 commit a8c85b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
setup(
44
name='tableaudocumentapi',
5-
version='0.9',
5+
version='0.10',
66
author='Tableau',
77
author_email='github@tableau.com',
88
url='https://github.com/tableau/document-api-python',
99
packages=['tableaudocumentapi'],
1010
license='MIT',
1111
description='A Python module for working with Tableau files.',
12+
long_description="file: README.md",
13+
long_description_content_type="text/markdown",
1214
test_suite='test',
1315
install_requires=['lxml']
1416
)

0 commit comments

Comments
 (0)