From a71e5ba036e1b4847fbeefc44395618d148c6f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BBok?= Date: Tue, 3 Mar 2020 12:50:22 +0100 Subject: [PATCH 1/2] Bump version to 0.0.2-rc4 --- eltetrado | 2 +- has_tetrad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eltetrado b/eltetrado index 6ed7f9d..add96c4 100755 --- a/eltetrado +++ b/eltetrado @@ -19,7 +19,7 @@ from Bio.PDB import PDBParser, MMCIFParser, Structure, Residue, Atom from Bio.PDB.Atom import DisorderedAtom from Bio.PDB.StructureBuilder import StructureBuilder -__version__ = '0.0.2-rc3' +__version__ = '0.0.2-rc4' LW_SCORE = { 'cWW': 1, 'tWW': 2, 'cWH': 3, 'tWH': 4, 'cWS': 5, 'tWS': 6, diff --git a/has_tetrad b/has_tetrad index dc3766f..f105f1e 100755 --- a/has_tetrad +++ b/has_tetrad @@ -10,7 +10,7 @@ import tempfile from collections import defaultdict -__version__ = '0.0.2-rc3' +__version__ = '0.0.2-rc4' class Pair: From 271396cebd80cc8b0a089906b621fd29dfa57d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BBok?= Date: Tue, 3 Mar 2020 12:55:34 +0100 Subject: [PATCH 2/2] Add MIT license file --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..eeaabcf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Tomasz Żok + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.