Skip to content

Commit 1e550e8

Browse files
authored
release 2.4.3-3 (#87)
1 parent f69fffc commit 1e550e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-2',
6+
version : '2.4.3-3',
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-2'
14+
version = '2.4.3-3'
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-2'
17+
__version__ = '2.4.3-3'
1818

1919

2020
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)