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 74d2dfd commit 1b5f880Copy full SHA for 1b5f880
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
REQUIRED_PACKAGES = ['distance', 'numpy', 'six', 'pillow']
5
-VERSION = '0.2.1'
+VERSION = '0.2.2'
6
try:
7
import pypandoc
8
README = pypandoc.convert('README.md', 'rst')
0 commit comments