Skip to content

Commit

Permalink
release 2.3.0-1
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jan 16, 2025
1 parent add5ee6 commit fa19dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0-0'
version = '2.3.0-1'
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 @@ -21,7 +21,7 @@
import importlib_metadata


__version__ = '2.2.0-0'
__version__ = '2.3.0-1'


_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit fa19dcf

Please sign in to comment.