Bump version to 0.3.1 and fix #192

This commit is contained in:
Tim O'Donnell
2026-03-06 15:21:39 -05:00
parent cf201b0c3a
commit c57461e360
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "boltzgen"
requires-python = ">=3.11"
version = "0.3.0"
version = "0.3.1"
readme = { file = "PYPI_DESCRIPTION.md", content-type = "text/markdown" }
description = "Protein design"
dependencies = [

View File

@@ -1706,7 +1706,7 @@ def weighted_minimum_rmsd(
atom_coords,
pred_atom_coords,
atom_mask,
target_mask,
align_weights,
atom_mask,
multiplicity,
rmsd_mask=design_mask,