Skip to content

Commit 16435a8

Browse files
committed
release 2.4.3-2
1 parent 962aab6 commit 16435a8

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-1',
6+
version : '2.4.3-2',
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-1'
14+
version = '2.4.3-2'
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
@@ -19,7 +19,7 @@
1919
import importlib_metadata
2020

2121

22-
__version__ = '2.4.3-1'
22+
__version__ = '2.4.3-2'
2323

2424

2525
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)