summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:39:38 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-09-09 21:39:38 +0200
commit1e8de138058031b65855c583a13efbf536ac5597 (patch)
treeb06b28491cd3e0ea10ad0938a56ffe614e77176d /setup.py
parentfae47858d24e9fbd6745c094db0064c5506de5cb (diff)
downloadpygobject-1e8de138058031b65855c583a13efbf536ac5597.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 a2739aea..cf22ab18 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.34.0"
+PYGOBJECT_VERSION = "3.35.1"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"