Skip to content

Commit ef47962

Browse files
committed
release 2.5.1-0
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 1e550e8 commit ef47962

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
project('pkgconf-pypi',
6-
version : '2.4.3-3',
6+
version : '2.5.1-0',
77
license : 'MIT AND ISC',
88
license_files : ['LICENSE'],
99
meson_version : '>=1.3.2',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires = ['meson-python', 'wheel']
1111

1212
[project]
1313
name = 'pkgconf'
14-
version = '2.4.3-3'
14+
version = '2.5.1-0'
1515
description = '`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags.'
1616
readme = 'README.md'
1717
license = {file = 'LICENSE'}

src/pkgconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pkgconf._path_entrypoints import PathWarning
1515

1616

17-
__version__ = '2.4.3-3'
17+
__version__ = '2.5.1-0'
1818

1919

2020
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)