From 282c6fc50f36e95432724ae8d9ac2f93950f2026 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 18 Jan 2024 12:31:11 +0100 Subject: [PATCH] bump the version number since the update in the C runtime --- src/runtime/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/python/setup.py b/src/runtime/python/setup.py index d87f7e6b8..3196ef93c 100644 --- a/src/runtime/python/setup.py +++ b/src/runtime/python/setup.py @@ -35,7 +35,7 @@ pgf_module = Extension( setup( name = 'pgf-majestic', - version = '2.7', + version = '2.8', description = 'Python bindings to the Grammatical Framework\'s PGF runtime', long_description="""\ Grammatical Framework (GF) is a programming language for multilingual grammar applications.