Skip to content

Commit

Permalink
bump version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 11, 2024
1 parent 129f0eb commit 8015cf4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "molecularnodes"
version = "4.2.0"
version = "4.2.9"
description = "Toolbox for molecular animations with Blender and Geometry Nodes."
authors = ["Brady Johnston <[email protected]>"]
license = "MIT"
Expand All @@ -11,14 +11,12 @@ documentation = "https://bradyajohnston.github.io/MolecularNodes"


[tool.poetry.dependencies]
python = "~=3.11.0"
# bpy = "~=4.1"
python = "~=3.11"
bpy = "~=4.2"
MDAnalysis = "~=2.7.0"
biotite = "==0.40.0"
mrcfile = "==1.4.3"
starfile = "==0.5.6"
pillow = "==10.2.0"
msgpack = "==1.0.7"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit 8015cf4

Please sign in to comment.