Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 1, 2023
1 parent 6d4c198 commit 469489a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asr_nl/asr_nl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]."
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
description = ("Automatic Speech Recognition for Dutch - Webservice"),
Expand Down

0 comments on commit 469489a

Please sign in to comment.