summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-09-12 19:56:15 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-09-12 19:56:15 +0200
commitf65902cc65dff9fdca483ed0404796986179b4f4 (patch)
tree76ea7b3906f4ebf5e79a4b2533313a57efd7941a
parent63825d8eb0acbaf516fcd5064a891f31534dc4e5 (diff)
downloadpygobject-f65902cc65dff9fdca483ed0404796986179b4f4.tar.gz
version bump
-rw-r--r--meson.build2
-rwxr-xr-xsetup.py2
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"