From 317f4ab4b4a8f6e22fd8fb53ba7cb11decb5d35d Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Tue, 29 Nov 2022 14:22:04 +0000 Subject: [PATCH] bump version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54220f8..e5c2e79 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ progres search -q query.pdb -t scope95 # QUERY: query.pdb # QUERY_SIZE: 150 residues # DATABASE: scope95 -# PARAMETERS: minsimilarity 0.8, maxhits 100, progres v0.1.2 +# PARAMETERS: minsimilarity 0.8, maxhits 100, progres v0.1.3 # HIT_N DOMAIN HIT_NRES SIMILARITY NOTES 1 d1a6ja_ 150 1.0000 d.112.1.1 - Nitrogen regulatory bacterial protein IIa-ntr {Escherichia coli [TaxId: 562]} 2 d3urra1 151 0.9992 d.112.1.0 - automated matches {Burkholderia thailandensis [TaxId: 271848]} diff --git a/setup.py b/setup.py index 270efea..dc00f09 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="progres", - version="0.1.2", + version="0.1.3", author="Joe G Greener", author_email="jgreener@mrc-lmb.cam.ac.uk", description="Fast protein structure searching using structure graph embeddings",