version bump

This commit is contained in:
Christoph Reiter 2019-10-24 22:24:56 +02:00
parent 8643af4c10
commit 71630e59df
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.18.2',
version: '1.18.3',
meson_version: '>= 0.47.0',
default_options: [
'warning_level=1',

View File

@ -19,7 +19,7 @@ from distutils import log
from distutils import sysconfig
PYCAIRO_VERSION = '1.18.2'
PYCAIRO_VERSION = '1.18.3'
CAIRO_VERSION_REQUIRED = '1.13.1'
XPYB_VERSION_REQUIRED = '1.3'