summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-01-28 14:00:12 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-01-28 14:00:12 +0100
commit61ef471f5759b1ef676e5273318e7fdb282d7a75 (patch)
treec04a2a1a5e504430cbde63fdd58503aa5cfd99a4
parent3c10d970270cd3ed645e8bc11a00273df00cb496 (diff)
downloadpygobject-61ef471f5759b1ef676e5273318e7fdb282d7a75.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 26076eba..7c0d6f92 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.43.1',
+ version : '3.43.2',
meson_version : '>= 0.53.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/pyproject.toml b/pyproject.toml
index a5bef351..9472bcb3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.43.1"
+version = "3.43.2"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]
diff --git a/setup.py b/setup.py
index 949b200f..94f9d595 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.43.1"
+PYGOBJECT_VERSION = "3.43.2"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"