From 071590a15982cee43730554e5195d33d8b3184f3 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 7 Sep 2017 16:27:42 +0200 Subject: [PATCH] forgot one version bump --- gecco/gecco.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gecco/gecco.py b/gecco/gecco.py index 3614495..a639c7a 100644 --- a/gecco/gecco.py +++ b/gecco/gecco.py @@ -46,7 +46,7 @@ if 'VIRTUAL_ENV' in os.environ: UCTOSEARCHDIRS = (os.environ['VIRTUAL_ENV'] + '/share/ucto/', os.environ['VIRTUAL_ENV'] + '/etc/ucto/',) + UCTOSEARCHDIRS -VERSION = '0.2.2' +VERSION = '0.2.3' class DataThread(Process): def __init__(self, corrector, foliadoc, module_ids, outputfile, inputqueue, outputqueue, infoqueue,waitforprocessors,dumpxml, dumpjson,**parameters): diff --git a/setup.py b/setup.py index 50558e1..d301e37 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setup( name = "Gecco", - version = "0.2.3", + version = "0.2.3", #also update gecco.py VERSION variable! author = "Maarten van Gompel, Wessel Stoop", author_email = "proycon@anaproy.nl", description = ("Generic Environment for Context-Aware Correction of Orthography"),