We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053026b commit 11e0e33Copy full SHA for 11e0e33
1 file changed
setup.py
@@ -13,8 +13,8 @@
13
PACKAGEDIR = os.path.dirname(MODULEDIR)
14
15
# version requirements for pkgcraft C library
16
-MIN_VERSION = "0.0.11"
17
-MAX_VERSION = "0.0.11"
+MIN_VERSION = "0.0.12"
+MAX_VERSION = "0.0.12"
18
19
20
def pkg_config(*packages, **kw):
0 commit comments