summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 19:54:04 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 19:54:04 +0200
commitfdcdcbc0436d351f33b611654351c950652b876f (patch)
tree2a0f9a8e68f1eb4ffe0c47f0fcc9d30a2ee72d5a
parentf9c363a0c2fea08b140dbb9c9f072cbeb0cf1f10 (diff)
downloadpygobject-fdcdcbc0436d351f33b611654351c950652b876f.tar.gz
version bump
-rw-r--r--meson.build2
-rw-r--r--pyproject.toml2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 2698e571..9feff8d3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.42.2',
+ version : '3.42.3',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/pyproject.toml b/pyproject.toml
index bd842c47..031b22b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.42.2"
+version = "3.42.3"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]
diff --git a/setup.py b/setup.py
index 62aafb93..ce468683 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.42.2"
+PYGOBJECT_VERSION = "3.42.3"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"