summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-03-10 13:42:44 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-03-10 13:42:44 +0100
commit2a3742a0bd5c8d3035bd713d96294426023eef7b (patch)
treeae9e0f76e4f7531d80f421f8fb5df5b22752aaea /setup.py
parent815a30d65e5bbad5882f76fdf7dbce559c5e56b8 (diff)
downloadpygobject-2a3742a0bd5c8d3035bd713d96294426023eef7b.tar.gz
Update NEWS; 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 c733505b..a769c69f 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.31.5"
+PYGOBJECT_VERSION = "3.33.1"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"