We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02ba1c commit d9e4f01Copy full SHA for d9e4f01
pandas_flavor/__version__.py
@@ -1 +1 @@
1
-__version__ = '0.1.2'
+__version__ = '0.2.0'
setup.py
@@ -78,6 +78,7 @@ def run(self):
78
version=about['__version__'],
79
description=DESCRIPTION,
80
long_description=long_description,
81
+ long_description_content_type='text/markdown',
82
author=AUTHOR,
83
author_email=EMAIL,
84
url=URL,
0 commit comments