summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:26:12 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-08 15:26:12 +0100
commitaa34108107d5c48b236975a6dfbcf4f9d7bb8b0a (patch)
treec1d016bd2589be85efd1a6f654f114fcbfa2ad75
parent43cf6c15bfe853c1f9a37d89c1edf416106777ea (diff)
downloadpygobject-aa34108107d5c48b236975a6dfbcf4f9d7bb8b0a.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 006fee49..aaf1d22f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.36.0',
+ version : '3.37.1',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index 19b8cfae..5de34b40 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.36.0"
+PYGOBJECT_VERSION = "3.37.1"
GLIB_VERSION_REQUIRED = "2.48.0"
GI_VERSION_REQUIRED = "1.46.0"
PYCAIRO_VERSION_REQUIRED = "1.11.1"