diff --git a/setup.py b/setup.py index e433766..71aed32 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.1', + version='0.1.2', packages=find_packages(), install_requires=['numpy', 'Wand'],