diff --git a/asr_nl/asr_nl.py b/asr_nl/asr_nl.py index bb6512b..f6dd23a 100644 --- a/asr_nl/asr_nl.py +++ b/asr_nl/asr_nl.py @@ -46,7 +46,7 @@ #System name, the way the system is presented to the world SYSTEM_NAME = "Automatic Transcription of Dutch Speech Recordings" -SYSTEM_VERSION = "0.6.0" #also adapt in setup.py and codemeta.json +SYSTEM_VERSION = "0.6.1" #also adapt in setup.py and codemeta.json #An informative description for this system (this should be fairly short, about one paragraph, and may not contain HTML) SYSTEM_DESCRIPTION = "This webservice uses automatic speech recognition to provide the transcriptions of recordings spoken in Dutch. You can upload and process only one file per project. For bulk processing and other questions, please contact Henk van den Heuvel at h.vandenheuvel@let.ru.nl." diff --git a/codemeta.json b/codemeta.json index e474f4c..0317edf 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "@type": "SoftwareSourceCode", "identifier": "asr_nl", "name": "Automatic Speech Recognition for Dutch", - "version": "0.6.0", + "version": "0.6.1", "description": "This is a web-based automatic speech recogniser for Dutch, capable of transcribing dutch speech recordings using multiple models.", "license": "https://spdx.org/licenses/AGPL-3.0-only", "url": "https://github.com/opensource-spraakherkenning-nl/asr_nl", diff --git a/setup.py b/setup.py index 034d553..89b13a5 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name = "asr_nl", - version = "0.6.0", #also adapt in asr_nl.py and codemeta.json + version = "0.6.1", #also adapt in asr_nl.py and codemeta.json author = "Emre Yilmaz, Maarten van Gompel, Louis ten Bosch", author_email = "proycon@anaproy.nl", description = ("Automatic Speech Recognition for Dutch - Webservice"),