Skip to content

Commit 0d3da8b

Browse files
committed
setup: bump pkgcraft-c compat versions
1 parent f025d64 commit 0d3da8b

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

1919

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

0 commit comments

Comments
 (0)