Skip to content

Commit 11e0e33

Browse files
committed
setup: bump pkgcraft-c compat versions
1 parent 053026b commit 11e0e33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
PACKAGEDIR = os.path.dirname(MODULEDIR)
1414

1515
# version requirements for pkgcraft C library
16-
MIN_VERSION = "0.0.11"
17-
MAX_VERSION = "0.0.11"
16+
MIN_VERSION = "0.0.12"
17+
MAX_VERSION = "0.0.12"
1818

1919

2020
def pkg_config(*packages, **kw):

0 commit comments

Comments
 (0)