From 5574600f8ffd72c9818b5cfe3f04a668e7c7d157 Mon Sep 17 00:00:00 2001 From: "Kyle P. Johnson" Date: Tue, 31 Jul 2018 13:04:28 -0700 Subject: [PATCH] Bump for OE tagger, latin backoff, and tree maker --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de5d9dae7..70c427a31 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ name='cltk', packages=find_packages(), url='https://github.com/cltk/cltk', - version='0.1.94', + version='0.1.95', zip_safe=True, test_suite='cltk.tests.test_cltk', )