Skip to content

Commit d7c0573

Browse files
committed
Fix import error
1 parent 4e08959 commit d7c0573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[tool.hatch.build.targets.wheel]
6-
packages = ["pymife"]
6+
packages = ["mife"]
77

88
[project.optional-dependencies]
99
extragroup = [
@@ -13,7 +13,7 @@ extragroup = [
1313

1414
[project]
1515
name = "pymife"
16-
version = "0.0.9"
16+
version = "0.0.10"
1717
authors = [
1818
{ name="mechfrog88", email="kelzzin2@gmail.com" },
1919
]

0 commit comments

Comments
 (0)