summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:14:58 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:22:21 +0100
commit43cf6c15bfe853c1f9a37d89c1edf416106777ea (patch)
treebc8d2c47ff42d46c75d455e1560b559bc5e04ca0 /setup.py
parente181d41752316cf5cc80ec4e68ad6ac5ce276629 (diff)
downloadpygobject-43cf6c15bfe853c1f9a37d89c1edf416106777ea.tar.gz
release3.36.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 0c817f81..19b8cfae 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.35.1"
+PYGOBJECT_VERSION = "3.36.0"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"