Skip to content

Commit e29a241

Browse files
authored
Update pyproject.toml
1 parent 961ea3c commit e29a241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "metaevobox"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "An all-in-one platform for using and developing the algorithms in Meta-Black-Box Optimization"
99
authors = [
1010
{ name="Zeyuan Ma", email="scut.crazynicolas@gmail.com" },
@@ -64,4 +64,4 @@ package-dir = {"" = "src"}
6464
"metaevobox.environment.problem.MTO.CEC2017MTO" = ["datafile/*"]
6565
"metaevobox.environment.problem.MTO.WCCI2020" = ["datafile/**/*"]
6666
"metaevobox.environment.problem.MMO.CEC2013MMO" = ["datafile/*"]
67-
"metaevobox" = ["model/**/**/*"]
67+
"metaevobox" = ["model/**/**/*"]

0 commit comments

Comments
 (0)