Skip to content

Commit a355af2

Browse files
authored
Merge pull request #16 from Zsailer/v0.2.0
bump to version 0.2.0
2 parents d02ba1c + d9e4f01 commit a355af2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pandas_flavor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.2.0'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def run(self):
7878
version=about['__version__'],
7979
description=DESCRIPTION,
8080
long_description=long_description,
81+
long_description_content_type='text/markdown',
8182
author=AUTHOR,
8283
author_email=EMAIL,
8384
url=URL,

0 commit comments

Comments
 (0)