Skip to content

Commit be4fd43

Browse files
fix: remove global pypandoc import...again
1 parent bcb968a commit be4fd43

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import sys
2-
import pypandoc
32
from setuptools import setup
43

54
import transloadit

transloadit/__init__.py

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

0 commit comments

Comments
 (0)