Skip to content

Commit c0cb098

Browse files
committed
setup: bump required pkgcraft-c version
1 parent 2aee6ea commit c0cb098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.9"
17-
MAX_VERSION = "0.0.9"
16+
MIN_VERSION = "0.0.11"
17+
MAX_VERSION = "0.0.11"
1818

1919

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

0 commit comments

Comments
 (0)