Skip to content

Commit b4ea185

Browse files
import setuptools --> v0.10.1
1 parent da8acf8 commit b4ea185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import os
77
import platform
8+
import setuptools
89
import shutil
910
import subprocess
1011
import sys
@@ -36,7 +37,7 @@
3637
MAINTAINER_EMAIL = '[email protected]'
3738
LICENSE = 'BSD3 Clause Clear'
3839

39-
__version__ = '0.10.0'
40+
__version__ = '0.10.1'
4041

4142
VERSION = __version__
4243

0 commit comments

Comments
 (0)