diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2021-09-19 12:20:14 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2021-09-19 12:20:14 +0200 |
commit | 16024aec80975a52dd18f463b56dadabff8e6ada (patch) | |
tree | f7fc04a0e71585216196491c7343277ba2357e89 /pyproject.toml | |
parent | d612f3cc675a1838bc5a18061df040ab6405fd31 (diff) | |
download | gobject-introspection-16024aec80975a52dd18f463b56dadabff8e6ada.tar.gz |
version bump
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index dd8e7ea3..f5eec800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyGObject" -version = "3.42.0" +version = "3.43.0" description = "Python bindings for GObject Introspection" authors = ["Christoph Reiter"] |