From ba4272ba68fcdbe31cbc10853de1841701e4e60a Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Thu, 7 Nov 2019 10:38:31 +0100 Subject: [PATCH] Updated python package to include fixes in cross-compiling edlib. --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index d66698c..d921257 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -27,7 +27,7 @@ name = "edlib", description = "Lightweight, super fast library for sequence alignment using edit (Levenshtein) distance.", long_description = long_description, - version = "1.3.5", + version = "1.3.6", url = "https://github.com/Martinsos/edlib", author = "Martin Sosic", author_email = "sosic.martin@gmail.com",