Skip to content

Commit d0b7a7b

Browse files
author
mlund
committed
Version 0.1.6
1 parent 8d84981 commit d0b7a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duello"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "Calculates the osmotic second virial coefficient (B2), and dissociation constant (Kd), for two rigid (macro)molecules, e.g. globular proteins. Done by explicit summation of the partition function in six dimensions (angular space and rigid-body separation). Calvados 3 parameters for use with coarsed grained amino acids are provided, but any pair-wise additivie potential can be used."
66
authors = ["Mikael Lund <[email protected]>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compatibility = "manylinux2014"
1111

1212
[project]
1313
name = "duello"
14-
version = "0.1.5"
14+
version = "0.1.6"
1515
dependencies = [
1616
"pdb2xyz>=0.1.2",
1717
]

0 commit comments

Comments
 (0)