Skip to content

Commit

Permalink
setup: bump pkgcraft-c compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 29, 2023
1 parent 053026b commit 11e0e33
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.11"
MAX_VERSION = "0.0.11"
MIN_VERSION = "0.0.12"
MAX_VERSION = "0.0.12"


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

0 comments on commit 11e0e33

Please sign in to comment.