From 1b8c140c2638b6e3f65180090a7a07162164143c Mon Sep 17 00:00:00 2001 From: "kody.moodley@gmail.com" Date: Mon, 12 Apr 2021 14:03:18 +0200 Subject: [PATCH] v1.0.0 build 2 changes print statement in main script --- docona/docona.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docona/docona.py b/docona/docona.py index 43c4d17..7befa07 100644 --- a/docona/docona.py +++ b/docona/docona.py @@ -4,8 +4,8 @@ # GNU AGPLv3 - https://choosealicense.com/licenses/agpl-3.0/ print() -print("Document Citation and Content Analysis (DoConA)") -print("-----------------------------------------------") +print("Document Citation and Content Analysis (DoConA) v1.0") +print("----------------------------------------------------") print() print("1. Preprocessing documents...", end = '', flush=True) # Preprocessing full texts