diff --git a/setup.py b/setup.py index 24999a5..e433766 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: setup( name='win2xcur', - version='0.1.0', + version='0.1.1', packages=find_packages(), install_requires=['numpy', 'Wand'],