summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 09:41:22 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 09:41:22 +0100
commit960ef271edf9e6968d8c1d46bc8652576cd762c1 (patch)
tree85ceb2edbdea64b1328a56ba94abcfb7d3d808f3 /pyproject.toml
parent894f8b1dd3246bad6edb75aa86f61f6d83531a33 (diff)
downloadpygobject-960ef271edf9e6968d8c1d46bc8652576cd762c1.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 4f5f3982..732c4515 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.44.0"
+version = "3.45.0"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]