summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-09-14 20:57:27 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-09-14 20:57:27 +0200
commit1e9a0872b4a44f168d205f6ab65391aff7d919f7 (patch)
treeba196ad8ac3255082b626b627eaee76812744af8
parent85baa83ca780b4aae89ce5f25b1186ee3790b828 (diff)
downloadpygobject-1e9a0872b4a44f168d205f6ab65391aff7d919f7.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 b2af788c..bedfe6c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.30.1',
+ version : '3.30.2',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 46409796..0be616a2 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.30.1"
+PYGOBJECT_VERISON = "3.30.2"
GLIB_VERSION_REQUIRED = "2.38.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"