Skip to content

Commit eadd633

Browse files
committed
Bump version to 0.12.dev1
1 parent e88fccc commit eadd633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kaitaistruct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# Since ksc 0.10, the compatibility check instead uses the API_VERSION constant,
1313
# so that the version string does not need to be parsed at runtime
1414
# (see https://github.com/kaitai-io/kaitai_struct/issues/804).
15-
__version__ = "0.11"
15+
__version__ = "0.12.dev1"
1616

1717
# Kaitai Struct runtime API version, as a tuple of ints.
1818
# Used in generated Python code (since ksc 0.10) to check that the imported
1919
# runtime is compatible with the generated code.
20-
API_VERSION = (0, 11)
20+
API_VERSION = (0, 12)
2121

2222

2323
class KaitaiStruct:

0 commit comments

Comments
 (0)