Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 6, 2024
1 parent 0a5d483 commit 0462d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.27.0',
version: '1.27.1',
meson_version: '>= 0.64.0',
license: 'LGPL-2.1-only OR MPL-1.1',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pycairo"
version = "1.27.0"
version = "1.27.1"
description = "Python interface for cairo"
readme = "README.rst"
requires-python = ">=3.9"
Expand Down

0 comments on commit 0462d8d

Please sign in to comment.