We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4087 commit 792dce1Copy full SHA for 792dce1
2 files changed
meson.build
@@ -1,6 +1,6 @@
1
project(
2
'pycairo', 'c',
3
- version: '1.29.0',
+ version: '1.29.1',
4
meson_version: '>= 0.64.0',
5
license: 'LGPL-2.1-only OR MPL-1.1',
6
default_options: [
pyproject.toml
[project]
name = "pycairo"
-version = "1.29.0"
+version = "1.29.1"
description = "Python interface for cairo"
readme = "README.rst"
requires-python = ">=3.10"
0 commit comments