diff --git a/setup.py b/setup.py index 185e632..71d6236 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import sys from setuptools import setup, find_packages -VERSION = "0.0.1" +VERSION = "0.0.2" pywin32_need = ([] if sys.platform.startswith("linux") else ["pywin32"]) setup( name="magictk",