Skip to content

Commit

Permalink
setup.py: bump pkgcraft-c compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 6, 2023
1 parent 4b8eefc commit 43d29ec
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.12"
MAX_VERSION = "0.0.12"
MIN_VERSION = "0.0.13"
MAX_VERSION = "0.0.13"


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

0 comments on commit 43d29ec

Please sign in to comment.