Skip to content

Commit

Permalink
setup.py: Fix pypandoc and upgrade to version 0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: faicker.mo <faicker.mo@gmail.com>
  • Loading branch information
faicker committed Dec 6, 2018
1 parent f87e6d1 commit ac8d888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion greendns/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.9.1'
__version__ = '0.9.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
long_description = pypandoc.convert_file('README.md', 'rst')
except ImportError:
long_description = open('README.md').read()

Expand Down

0 comments on commit ac8d888

Please sign in to comment.