Skip to content

Commit 6f60e69

Browse files
timodonnellclaude
andcommitted
Bump version to 0.6.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9fc1bf9 commit 6f60e69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyconfind"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
description = "Fast Python implementation of confind — protein side-chain contact-degree analysis."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/pyconfind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .pdb import read_pdb, read_structure
1717
from .rotlib import RotamerLibrary, load_library
1818

19-
__version__ = "0.5.0"
19+
__version__ = "0.6.0"
2020

2121
__all__ = [
2222
"ROTAMER_LIBRARY_URL",

0 commit comments

Comments
 (0)