Skip to content

Commit 792dce1

Browse files
committed
version bump
1 parent f2c4087 commit 792dce1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'pycairo', 'c',
3-
version: '1.29.0',
3+
version: '1.29.1',
44
meson_version: '>= 0.64.0',
55
license: 'LGPL-2.1-only OR MPL-1.1',
66
default_options: [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pycairo"
3-
version = "1.29.0"
3+
version = "1.29.1"
44
description = "Python interface for cairo"
55
readme = "README.rst"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)