From 047b74797c1441fda92460d3b80c3ade27742a60 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 24 Oct 2020 14:54:59 +0330 Subject: [PATCH] version 4.0.0 --- pyglossary/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyglossary/core.py b/pyglossary/core.py index 53d0629a4..091d13c97 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -13,7 +13,7 @@ ) import platform -VERSION = "3.4.0rc7" +VERSION = "4.0.0" TRACE = 5