diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-08 19:14:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 19:14:01 +0200 |
| commit | aa004246d26c793e4d7aeff69828cfa0c7e1ec14 (patch) | |
| tree | 45940326e44a11967c960febda25f67bbfe6262b /src/runtime/python/setup.py | |
| parent | a6d5d9a50ca4bc3aedceea3ff61fb01b6086919d (diff) | |
| parent | 7c6f53d003dab759cb841448f2e7e268b9714a32 (diff) | |
Merge pull request #190 from GrammaticalFramework/pgf-1.1
Publish PGF 1.1
Diffstat (limited to 'src/runtime/python/setup.py')
| -rw-r--r-- | src/runtime/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/python/setup.py b/src/runtime/python/setup.py index 52078649d..3a1e6dc5c 100644 --- a/src/runtime/python/setup.py +++ b/src/runtime/python/setup.py @@ -16,7 +16,7 @@ pgf_module = Extension('pgf', libraries = ['gu', 'pgf']) setup (name = 'pgf', - version = '1.0', + version = '1.1', description = 'Python bindings to the Grammatical Framework\'s PGF runtime', long_description="""\ Grammatical Framework (GF) is a programming language for multilingual grammar applications. |
