From 82d820c26e6c0e61d5b9683d8d5dd6057df83689 Mon Sep 17 00:00:00 2001 From: Thanassis Tsiodras Date: Wed, 12 Sep 2018 17:49:12 +0200 Subject: [PATCH] Bump version no. --- asn1_value_editor/asn1_value_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1_value_editor/asn1_value_editor.py b/asn1_value_editor/asn1_value_editor.py index cf26e97..5a284ea 100755 --- a/asn1_value_editor/asn1_value_editor.py +++ b/asn1_value_editor/asn1_value_editor.py @@ -16,7 +16,7 @@ __author__ = "Maxime Perrotin" __license__ = "LGPLv3" -__version__ = "1.6.5" +__version__ = "1.6.6" __url__ = "http://taste.tuxfamily.org" import sys -- GitLab