summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-01-28 13:40:57 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-01-28 13:40:57 +0100
commit3c10d970270cd3ed645e8bc11a00273df00cb496 (patch)
treed861eeacbb523d2bd4e8f49de39c91824293f454 /setup.py
parentb5d22bbf67a7458310edf48999021bc581dad42f (diff)
downloadpygobject-3c10d970270cd3ed645e8bc11a00273df00cb496.tar.gz
release3.43.1
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 ba200d87..949b200f 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.43.0"
+PYGOBJECT_VERSION = "3.43.1"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"