Skip to content

Commit

Permalink
setup: bump required pkgcraft-c version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 6, 2023
1 parent 2aee6ea commit c0cb098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
PACKAGEDIR = os.path.dirname(MODULEDIR)

# version requirements for pkgcraft C library
MIN_VERSION = "0.0.9"
MAX_VERSION = "0.0.9"
MIN_VERSION = "0.0.11"
MAX_VERSION = "0.0.11"


def pkg_config(*packages, **kw):
Expand Down

0 comments on commit c0cb098

Please sign in to comment.