summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-16 22:57:01 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-16 22:57:01 +0200
commit2fc510f385f6b073a3f9b30da7743e5a695083e8 (patch)
tree243f7f522dbbc3e6441361df908cca7409db8bf2
parent33f612c1f7f8a3bcfdb2e832fc4ab7450d8574f3 (diff)
downloadpygobject-2fc510f385f6b073a3f9b30da7743e5a695083e8.tar.gz
version bump
-rw-r--r--meson.build2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 4e1fafff..ab78229c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.29.3',
+ version : '3.29.4',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 38bc2e46..43d52c26 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.3"
+PYGOBJECT_VERISON = "3.29.4"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"