Skip to content

Commit 9a9861b

Browse files
committed
eudplib 0.69.1
1 parent db3e0b0 commit 9a9861b

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

eudplib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from .maprw import *
4646

4747

48-
__version__ = "0.68.0"
48+
__version__ = "0.69.1"
4949

5050
import types
5151

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def cythonize(x, **kwargs):
88
return None
99

1010

11-
__version__ = "0.68.0"
11+
__version__ = "0.69.1"
1212

1313

1414
setup(
@@ -18,10 +18,12 @@ def cythonize(x, **kwargs):
1818
package_data={"": ["*.c", "*.pyx", "*.dll", "*.dylib", "*.lst", "*.mo"]},
1919
include_package_data=True,
2020
ext_modules=cythonize(["eudplib/**/*.pyx"], language_level="3"),
21-
python_requires=">=3",
21+
python_requires=">=3.10",
2222
# metadata for upload to PyPI
2323
author="Trgk",
2424
author_email="whyask37@naver.com",
25+
maintainer="Armoha",
26+
maintainer_email="kein0011@naver.com",
2527
description="EUD Trigger generator",
2628
license="MIT license",
2729
keywords="starcraft rawtrigger eud",

0 commit comments

Comments
 (0)