Skip to content

Commit 52ccb97

Browse files
committed
update version to 0.4.0
1 parent 5e65ff6 commit 52ccb97

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.4.0
8+
9+
- Added `many2sql` to support read multiple PDB files
10+
- Added support for `Path` objects of input PDB files
11+
- Added support for `help(pdb2sql)`
12+
- Updated assignment of chain IDs in `StructureSimilarity`
13+
714
## 0.3.0
815

916
- Added `align` to superpose a structure to a specific axis or plane

pdb2sql/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)