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 5baa4ed commit de746fdCopy full SHA for de746fd
README.md
@@ -73,7 +73,7 @@ ATOM
73
```
74
75
## Release History
76
-* 1.3.1
+* 1.3.2
77
* implemented `filepath` parameter in `PDBParser()` to make
78
reading local files more transparent
79
* 1.3.0
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
[project]
5
name = "pidibble"
6
-version = "1.3.1"
+version = "1.3.2"
7
authors = [
8
{ name="Cameron F Abrams", email="cfa22@drexel.edu" },
9
]
0 commit comments