summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 08:34:57 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 08:34:57 +0100
commitafe40466737ecf81791fd0c18916086afc0b0272 (patch)
tree9424c2b1a793a88d24e4fac221ac05c83c21545a
parentff45e70a9c437972a77979d1324f4368e89246d1 (diff)
downloadpygobject-afe40466737ecf81791fd0c18916086afc0b0272.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 714ff7f5..fab07682 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.30.3',
+ version : '3.30.4',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index f1b03a83..4e89d1d0 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERISON = "3.30.3"
+PYGOBJECT_VERISON = "3.30.4"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"