Skip to content

Commit

Permalink
forgot one version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 7, 2017
1 parent 5a860af commit 071590a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gecco/gecco.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 071590a

Please sign in to comment.