Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 24, 2023
1 parent d119c79 commit 5901758
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glem/glem.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except:
print( "WARNING: No Frog", file=sys.stderr )

VERSION = "1.3.1" #also update in setup.py and webglem.py
VERSION = "1.3.2" #also update in setup.py and webglem.py
debug = False

def DBG(*strs):
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 = "Glem",
version = "1.3.1", #also update in glem.py and webglem.py
version = "1.3.2", #also update in glem.py and webglem.py
author = "Corien Bary, Iris Hendrickx, Peter Berck, Wessel Stoop",
author_email = "[email protected]",
description = ("GLEM is a lemmatizer for Ancient Greek."),
Expand Down
2 changes: 1 addition & 1 deletion webglem/webglem.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#A version label of the underlying tool and/or this CLAM wrapper
#(If you can derive this dynamically then that is strongly recommended!)
SYSTEM_VERSION = "1.3.1"
SYSTEM_VERSION = "1.3.2"

#The author(s) of the underlying tool and/or this CLAM wrapper
#(If you can derive this dynamically then that is strongly recommended!)
Expand Down

0 comments on commit 5901758

Please sign in to comment.