We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a71d45 commit a80ac79Copy full SHA for a80ac79
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "zndraw"
3
-version = "0.5.10"
+version = "0.5.11"
4
description = "Display and Edit Molecular Structures and Trajectories in the Browser."
5
authors = [
6
{ name = "Fabian Zills", email = "[email protected]" },
@@ -27,7 +27,7 @@ dependencies = [
27
"tqdm>=4.67.1",
28
"typer>=0.15.1",
29
"znjson>=0.2.6",
30
- "znsocket>=0.2.8",
+ "znsocket==0.2.8",
31
]
32
33
[project.urls]
0 commit comments