version bump

This commit is contained in:
Christoph Reiter 2019-04-19 18:10:35 +02:00
parent 523e679c1b
commit 7c3a71d1de
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.18.1',
version: '1.18.2',
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.1'
PYCAIRO_VERSION = '1.18.2'
CAIRO_VERSION_REQUIRED = '1.13.1'
XPYB_VERSION_REQUIRED = '1.3'