Skip to content

Commit 7a6d7cd

Browse files
authored
Merge pull request #53 from DeepRank/update_version
Update version
2 parents 35d9f05 + 52ccb97 commit 7a6d7cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"license": {
2323
"id": "Apache-2.0"
2424
},
25-
"title": "pdb2sql"
25+
"title": "The pdb2sql Python Package: Parsing, Manipulation and Analysis of PDB Files Using SQL Queries"
2626
}

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)