summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
parent3c10d970270cd3ed645e8bc11a00273df00cb496 (diff)
downloadpygobject-61ef471f5759b1ef676e5273318e7fdb282d7a75.tar.gz
version bump
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"]