summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:16:59 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-31 19:16:59 +0200
commit0e438464890c069c83eea19b0a5b9bc1906a1eab (patch)
tree3b333dcda1647c47799a4b6c54c2a2ba40f7a758 /setup.py
parent4ea19330fd177d6d0d68aabf667fbaf3feaf661e (diff)
downloadpygobject-0e438464890c069c83eea19b0a5b9bc1906a1eab.tar.gz
release3.30.0
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 43d52c26..752ccc7f 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.4"
+PYGOBJECT_VERISON = "3.30.0"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"