summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:26:12 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:26:12 +0100
commitaa34108107d5c48b236975a6dfbcf4f9d7bb8b0a (patch)
treec1d016bd2589be85efd1a6f654f114fcbfa2ad75 /setup.py
parent43cf6c15bfe853c1f9a37d89c1edf416106777ea (diff)
downloadpygobject-aa34108107d5c48b236975a6dfbcf4f9d7bb8b0a.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 19b8cfae..5de34b40 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.36.0"
+PYGOBJECT_VERSION = "3.37.1"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"