summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/python/setup.py2
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.