We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88fccc commit eadd633Copy full SHA for eadd633
1 file changed
kaitaistruct.py
@@ -12,12 +12,12 @@
12
# Since ksc 0.10, the compatibility check instead uses the API_VERSION constant,
13
# so that the version string does not need to be parsed at runtime
14
# (see https://github.com/kaitai-io/kaitai_struct/issues/804).
15
-__version__ = "0.11"
+__version__ = "0.12.dev1"
16
17
# Kaitai Struct runtime API version, as a tuple of ints.
18
# Used in generated Python code (since ksc 0.10) to check that the imported
19
# runtime is compatible with the generated code.
20
-API_VERSION = (0, 11)
+API_VERSION = (0, 12)
21
22
23
class KaitaiStruct:
0 commit comments