From effe738eedaf889114f15391f4314e78627e811c Mon Sep 17 00:00:00 2001 From: Sebastian Salentin Date: Fri, 23 Jan 2015 13:35:25 +0100 Subject: [PATCH] Changes version number --- plip/plip-cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plip/plip-cmd.py b/plip/plip-cmd.py index 30d9808..a6082bc 100644 --- a/plip/plip-cmd.py +++ b/plip/plip-cmd.py @@ -37,7 +37,7 @@ # External libraries import lxml.etree as et -__version__ = '1.0.0' +__version__ = '1.0.1' descript = "Protein-Ligand Interaction Profiler (PLIP) v%s " \ "is a command-line based tool to analyze interactions in a protein-ligand complex." % __version__