Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 19, 2020
1 parent 102dbe2 commit fe8d66e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Expand Up @@ -10,7 +10,7 @@
"@type": "SoftwareSourceCode",
"identifier": "piccl",
"name": "PICCL",
"version": "0.9.0",
"version": "0.9.1",
"description": "A set of workflows for corpus building through OCR, post-correction, and normalisation.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://github.com/LanguageMachines/PICCL",
Expand Down
2 changes: 1 addition & 1 deletion webservice/picclservice/picclservice.py
Expand Up @@ -48,7 +48,7 @@
#An informative description for this system (this should be fairly short, about one paragraph, and may not contain HTML)
SYSTEM_DESCRIPTION = "PICCL offers a workflow for corpus building and builds on a variety of tools. The primary component of PICCL is TICCL; a Text-induced Corpus Clean-up system, which performs spelling correction and OCR post-correction (normalisation of spelling variants etc)."

SYSTEM_VERSION = "0.9.0" #also change in codemeta.json and setup.py
SYSTEM_VERSION = "0.9.1" #also change in codemeta.json and setup.py

SYSTEM_AUTHOR = "Martin Reynaert, Maarten van Gompel, Ko van der Sloot"

Expand Down
2 changes: 1 addition & 1 deletion webservice/setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name = "PICCL",
version = "0.9.0", #also change in codemeta.json and picclservice.py
version = "0.9.1", #also change in codemeta.json and picclservice.py
author = "Martin Reynaert, Maarten van Gompel",
author_email = "reynaert@uvt.nl",
description = ("Webservice for PICCL; a set of workflows for corpus building through OCR, post-correction, modernization of historic language and Natural Language Processing"),
Expand Down

0 comments on commit fe8d66e

Please sign in to comment.