更新版本号测试
Build and Publish / Run (push) Failing after 4m6s
Details
Build and Publish / Run (push) Failing after 4m6s
Details
This commit is contained in:
parent
8ef72f96ff
commit
7bb08df70b
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
import sys
|
import sys
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.0.2"
|
||||||
pywin32_need = ([] if sys.platform.startswith("linux") else ["pywin32"])
|
pywin32_need = ([] if sys.platform.startswith("linux") else ["pywin32"])
|
||||||
setup(
|
setup(
|
||||||
name="magictk",
|
name="magictk",
|
||||||
|
|
Loading…
Reference in New Issue