Skip to content

Commit

Permalink
release 2.2.0-0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jun 20, 2024
1 parent e6c2301 commit 2bb5a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

project('pkgconf-pypi',
version : '2.1.1-9',
version : '2.2.0-0',
license : 'MIT AND ISC',
license_files : ['LICENSE'],
meson_version : '>=1.3.2',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = ['meson-python', 'wheel']

[project]
name = 'pkgconf'
version = '2.1.1-9'
version = '2.2.0-0'
description = '`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags.'
readme = 'README.md'
license = {file = 'LICENSE'}
Expand Down
2 changes: 1 addition & 1 deletion src/pkgconf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import importlib_metadata


__version__ = '2.1.1-9'
__version__ = '2.2.0-0'


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/pkgconf

0 comments on commit 2bb5a75

Please sign in to comment.