summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-03-30 08:49:43 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2021-03-30 08:49:43 +0200
commite83b46f1fc86be1ae4135f68d44f75a0302b0897 (patch)
tree1e9a2f88bf3c250700194aa6bd7d9b795fcc5f05
parent8f0b2bbea727280b055317bb401213c5156af318 (diff)
downloadpygobject-3-40.tar.gz
version bumppygobject-3-40
-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 ff6e583d..e836d990 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.40.1',
+ version : '3.40.2',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 49cab4eb..95ac06eb 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.40.1"
+PYGOBJECT_VERSION = "3.40.2"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"