summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-03-19 14:43:22 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2021-03-19 14:46:00 +0100
commit4a9f5eb675608eb64075856a9b2ff5cad4a17377 (patch)
tree0b3f65506291fbb71ef84ade4be0031162e6b4d2 /setup.py
parent0a16082c3e092fdccf5499172a4b9dec07aa383d (diff)
downloadpygobject-4a9f5eb675608eb64075856a9b2ff5cad4a17377.tar.gz
release3.40.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 228b4f66..0a14b3e8 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.39.0"
+PYGOBJECT_VERSION = "3.40.0"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"