diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-07 09:13:31 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-03-07 09:13:31 +0100 |
commit | 815a30d65e5bbad5882f76fdf7dbce559c5e56b8 (patch) | |
tree | 0b854522f7f6c657a986920a6c8fe00e1164710f /setup.py | |
parent | c517cbc84f87ad5f1868d8eb5730035acd61b4b9 (diff) | |
download | gobject-introspection-815a30d65e5bbad5882f76fdf7dbce559c5e56b8.tar.gz |
version bump
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |