更新版本号测试
Build and Publish / Run (push) Failing after 4m6s Details

This commit is contained in:
cxykevin 2024-04-16 22:41:10 +08:00
parent 8ef72f96ff
commit 7bb08df70b
1 changed files with 1 additions and 1 deletions

View File

@ -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",