[pygobject/pygobject-3-42] version bump




commit 822a04859f22e272f97b7e9a20b1a78fca86143f
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sun Sep 19 16:31:41 2021 +0200

    version bump

 meson.build    | 2 +-
 pyproject.toml | 2 +-
 setup.py       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5b53432c..9606fddb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pygobject', 'c',
-  version : '3.42.0',
+  version : '3.42.1',
   meson_version : '>= 0.47.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized'])
diff --git a/pyproject.toml b/pyproject.toml
index dd8e7ea3..dfe95b8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "PyGObject"
-version = "3.42.0"
+version = "3.42.1"
 description = "Python bindings for GObject Introspection"
 authors = ["Christoph Reiter"]
 
diff --git a/setup.py b/setup.py
index 8de69969..cb50ccb0 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ from distutils import dir_util, log
 from distutils.spawn import find_executable
 
 
-PYGOBJECT_VERSION = "3.42.0"
+PYGOBJECT_VERSION = "3.42.1"
 GLIB_VERSION_REQUIRED = "2.56.0"
 GI_VERSION_REQUIRED = "1.56.0"
 PYCAIRO_VERSION_REQUIRED = "1.16.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]