summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:21:59 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:21:59 +0200
commit7c87e05da6c69ba707a1c4d20c0866e9ad497d50 (patch)
tree4f06c6c46404f7bc62c72e2947c5a935c571ab39 /setup.py
parent0e438464890c069c83eea19b0a5b9bc1906a1eab (diff)
downloadpygobject-7c87e05da6c69ba707a1c4d20c0866e9ad497d50.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 752ccc7f..eb3b5de8 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERISON = "3.30.0"
+PYGOBJECT_VERISON = "3.31.1"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"