version bump

This commit is contained in:
Christoph Reiter 2018-11-04 11:55:34 +01:00
parent c666979e51
commit 3be0603bf6
2 changed files with 2 additions and 2 deletions

View File

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