Skip to content

Commit 89694cc

Browse files
committed
pkgconf: update to 2.4.3
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 4360433 commit 89694cc

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.3.0-2',
6+
version : '2.4.3-0',
77
license : 'MIT AND ISC',
88
license_files : ['LICENSE'],
99
meson_version : '>=1.3.2',

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.3.0-2'
22+
__version__ = '2.4.3-0'
2323

2424

2525
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)