summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-03-19 14:49:17 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2021-03-19 14:49:17 +0100
commit128430e028e5f32a3258e8ee4bb29c32c9740f70 (patch)
treecc0e7cd88171b99ba8fcd0726d17b0356b93ba20
parent4a9f5eb675608eb64075856a9b2ff5cad4a17377 (diff)
downloadpygobject-128430e028e5f32a3258e8ee4bb29c32c9740f70.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 27d4f5f9..a6429a1e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.40.0',
+ version : '3.41.0',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 0a14b3e8..5a005d67 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.0"
+PYGOBJECT_VERSION = "3.41.0"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"