summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-07 09:13:31 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-07 09:13:31 +0100
commit815a30d65e5bbad5882f76fdf7dbce559c5e56b8 (patch)
tree0b854522f7f6c657a986920a6c8fe00e1164710f /setup.py
parentc517cbc84f87ad5f1868d8eb5730035acd61b4b9 (diff)
downloadgobject-introspection-815a30d65e5bbad5882f76fdf7dbce559c5e56b8.tar.gz
version bump
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 861a1db5..c733505b 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.31.4"
+PYGOBJECT_VERSION = "3.31.5"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"