summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-16 22:57:01 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-16 22:57:01 +0200
commit2fc510f385f6b073a3f9b30da7743e5a695083e8 (patch)
tree243f7f522dbbc3e6441361df908cca7409db8bf2 /setup.py
parent33f612c1f7f8a3bcfdb2e832fc4ab7450d8574f3 (diff)
downloadpygobject-2fc510f385f6b073a3f9b30da7743e5a695083e8.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 38bc2e46..43d52c26 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.29.3"
+PYGOBJECT_VERISON = "3.29.4"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"