summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 14:12:10 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 14:12:10 +0200
commit7ea688ca6b8a6b1829fb6c7de30f31af1e89d22f (patch)
treed4b7c794ac266181a9cb267e7acca2071cafedd8
parent178bd23b1185fa83c14db1be289533c0c4401b07 (diff)
downloadpygobject-7ea688ca6b8a6b1829fb6c7de30f31af1e89d22f.tar.gz
pyproject: bump version
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dfe95b8b..bd842c47 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.42.1"
+version = "3.42.2"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]