From 7bb08df70bdedcb725aedb7081a2836fd18150b9 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 16 Apr 2024 22:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",