summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-08-18 21:02:29 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-08-18 21:02:29 +0200
commit2b0d6c5484073492d4a627775cf16fd50cc6269a (patch)
treee2dbdef60013e03d62ffcd8e48200358d4d28f70
parentf3d5f70bec8b962ccea8daad9097e211037ccee6 (diff)
downloadpygobject-2b0d6c5484073492d4a627775cf16fd50cc6269a.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 30b540fe..c3c5ef0f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.33.1',
+ version : '3.33.2',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 802594ec..fe89b296 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.33.1"
+PYGOBJECT_VERSION = "3.33.2"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"