Skip to content

Commit

Permalink
bump version in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Feb 2, 2025
1 parent c3b25a7 commit 0df1889
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions molecularnodes/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "molecularnodes"
version = "4.2.10"
version = "4.2.11"
name = "Molecular Nodes"
tagline = "A toolbox for molecular import and animation in Blender"
maintainer = "Brady Johnston<[email protected]>"
Expand Down Expand Up @@ -41,12 +41,12 @@ wheels = [
"./wheels/contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/contourpy-1.3.1-cp311-cp311-win_amd64.whl",
"./wheels/cycler-0.12.1-py3-none-any.whl",
"./wheels/databpy-0.0.7-py3-none-any.whl",
"./wheels/databpy-0.0.8-py3-none-any.whl",
"./wheels/fasteners-0.19-py3-none-any.whl",
"./wheels/fonttools-4.55.3-cp311-cp311-macosx_10_9_universal2.whl",
"./wheels/fonttools-4.55.3-cp311-cp311-macosx_10_9_x86_64.whl",
"./wheels/fonttools-4.55.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/fonttools-4.55.3-cp311-cp311-win_amd64.whl",
"./wheels/fonttools-4.55.8-cp311-cp311-macosx_10_9_universal2.whl",
"./wheels/fonttools-4.55.8-cp311-cp311-macosx_10_9_x86_64.whl",
"./wheels/fonttools-4.55.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/fonttools-4.55.8-cp311-cp311-win_amd64.whl",
"./wheels/joblib-1.4.2-py3-none-any.whl",
"./wheels/kiwisolver-1.4.8-cp311-cp311-macosx_10_9_x86_64.whl",
"./wheels/kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl",
Expand All @@ -59,7 +59,7 @@ wheels = [
"./wheels/mda_xdrlib-0.2.0-py3-none-any.whl",
"./wheels/mdahole2-0.5.0-py3-none-any.whl",
"./wheels/mmtf_python-1.1.3-py2.py3-none-any.whl",
"./wheels/mrcfile-1.5.3-py2.py3-none-any.whl",
"./wheels/mrcfile-1.5.4-py2.py3-none-any.whl",
"./wheels/msgpack-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
"./wheels/msgpack-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
Expand All @@ -77,17 +77,17 @@ wheels = [
"./wheels/pillow-11.1.0-cp311-cp311-win_amd64.whl",
"./wheels/pyparsing-3.2.1-py3-none-any.whl",
"./wheels/python_dateutil-2.9.0.post0-py2.py3-none-any.whl",
"./wheels/pytz-2024.2-py2.py3-none-any.whl",
"./wheels/scipy-1.15.0-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/scipy-1.15.0-cp311-cp311-macosx_12_0_arm64.whl",
"./wheels/scipy-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/scipy-1.15.0-cp311-cp311-win_amd64.whl",
"./wheels/pytz-2025.1-py2.py3-none-any.whl",
"./wheels/scipy-1.15.1-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/scipy-1.15.1-cp311-cp311-macosx_12_0_arm64.whl",
"./wheels/scipy-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/scipy-1.15.1-cp311-cp311-win_amd64.whl",
"./wheels/six-1.17.0-py2.py3-none-any.whl",
"./wheels/starfile-0.5.10-py3-none-any.whl",
"./wheels/starfile-0.5.11-py3-none-any.whl",
"./wheels/threadpoolctl-3.5.0-py3-none-any.whl",
"./wheels/tqdm-4.67.1-py3-none-any.whl",
"./wheels/typing_extensions-4.12.2-py3-none-any.whl",
"./wheels/tzdata-2024.2-py2.py3-none-any.whl",
"./wheels/tzdata-2025.1-py2.py3-none-any.whl",
"./wheels/waterdynamics-1.2.0-py3-none-any.whl",
]

Expand Down

0 comments on commit 0df1889

Please sign in to comment.