summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:34:56 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:34:56 +0200
commitfae47858d24e9fbd6745c094db0064c5506de5cb (patch)
tree959cdb686a9e9eecbcef52ae430022906f69cb45 /setup.py
parent2b0d6c5484073492d4a627775cf16fd50cc6269a (diff)
downloadpygobject-fae47858d24e9fbd6745c094db0064c5506de5cb.tar.gz
release3.34.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 fe89b296..a2739aea 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.33.2"
+PYGOBJECT_VERSION = "3.34.0"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"