Skip to content

Commit 94fea3f

Browse files
authored
Bump version to 1.1.5 and modify build configuration
Updated project version to 1.1.5 and adjusted build settings.
1 parent b1e134d commit 94fea3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "PyOpenMagnetics"
7-
version = "1.1.4"
7+
version = "1.1.5"
88
requires-python = ">=3.8"
99
authors = [
1010
{ name="Alfonso Martinez", email="Alfonso_VII@hotmail.com" },
@@ -65,4 +65,5 @@ environment = { MACOSX_DEPLOYMENT_TARGET="14.0", GIT_LFS_SKIP_SMUDGE=1, CMAKE_BU
6565
[tool.cibuildwheel.windows]
6666
before-all = "rmdir /S /Q build && npm --version && npm install -g quicktype@23.0.170"
6767
archs = ["AMD64"]
68-
environment = { GIT_LFS_SKIP_SMUDGE=1, CMAKE_BUILD_PARALLEL_LEVEL="2" }
68+
69+
environment = { GIT_LFS_SKIP_SMUDGE=1, CMAKE_BUILD_PARALLEL_LEVEL="2" }

0 commit comments

Comments
 (0)