[pygobject/pygobject-3-38] version bump



commit f65902cc65dff9fdca483ed0404796986179b4f4
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Sep 12 19:56:15 2020 +0200

    version bump

 meson.build | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4b7b75a3..4f945cab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pygobject', 'c',
-  version : '3.38.0',
+  version : '3.38.1',
   meson_version : '>= 0.46.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index bc86f168..ade3539e 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.38.0"
+PYGOBJECT_VERSION = "3.38.1"
 GLIB_VERSION_REQUIRED = "2.48.0"
 GI_VERSION_REQUIRED = "1.46.0"
 PYCAIRO_VERSION_REQUIRED = "1.11.1"


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