summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-17 18:39:26 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-17 18:39:26 +0100
commite5375bb8da2a0ae9a00a30929b5d9e419592eef6 (patch)
tree0c6a3a4c44b9447780d35636174b095a4c56c61f /setup.py
parent0a004969a78b7d145ef902d351b3ae047d44623b (diff)
downloadpygobject-e5375bb8da2a0ae9a00a30929b5d9e419592eef6.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 b4aa14c8..a3e49481 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERISON = "3.31.1"
+PYGOBJECT_VERISON = "3.31.2"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"