setup.py python 제한 버전 변경 ==3.8 -> >=3.8
This commit is contained in:
jung-geun
2023-07-21 15:25:34 +09:00
parent 99b1de3f82
commit 917533f937
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from .optimizer import Optimizer
from .particle import Particle
__version__ = "0.1.4"
__version__ = "0.1.5"
__all__ = [
"Optimizer",