From 2674650bbfb9df268ff3771ff0d120c1099fbc91 Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Wed, 4 Sep 2024 23:10:41 +0200 Subject: [PATCH] done --- 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 7d1e474..136fd8f 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -30,7 +30,7 @@ name = "edlib", description = "Lightweight, super fast library for sequence alignment using edit (Levenshtein) distance.", long_description = long_description, - version = "1.3.9", + version = "1.3.9.post1", url = "https://github.com/Martinsos/edlib", author = "Martin Sosic", author_email = "sosic.martin@gmail.com",