summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-16 20:15:57 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-16 20:15:57 +0200
commit6fd5129ba9b8def45be117eb08672b983925df52 (patch)
tree779f76d73ec82c9dc8a004c72b0e0210d33ae8ef /setup.py
parent25054c2e8b38c82ce94cc2d63eef18b59dba190f (diff)
downloadpygobject-6fd5129ba9b8def45be117eb08672b983925df52.tar.gz
git commit -m "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 b38a43e4..3ea5c4ce 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERISON = "3.29.2"
+PYGOBJECT_VERISON = "3.29.3"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"