summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-06-16 16:17:50 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-06-16 16:17:50 +0200
commitadeb2d8001043a03360e959463ad45704c5d5ae7 (patch)
treee3b3e16e6be3e00d6f8b585d3c284f10b0ab726c
parente779b50f38e1735b3973596551a990e4180511c2 (diff)
downloadpygobject-3-30.tar.gz
version bumppygobject-3-30
-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 1b30bc15..901eaf76 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.30.5',
+ version : '3.30.6',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index fc46a4cd..b63ffb04 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.30.5"
+PYGOBJECT_VERSION = "3.30.6"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"