Skip to content

Commit 1da5782

Browse files
committed
Bump version to 0.11.dev4
1 parent 28a8d65 commit 1da5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaitaistruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Since ksc 0.10, the compatibility check instead uses the API_VERSION constant,
1515
# so that the version string does not need to be parsed at runtime
1616
# (see https://github.com/kaitai-io/kaitai_struct/issues/804).
17-
__version__ = '0.11.dev3'
17+
__version__ = '0.11.dev4'
1818

1919
# Kaitai Struct runtime API version, as a tuple of ints.
2020
# Used in generated Python code (since ksc 0.10) to check that the imported

0 commit comments

Comments
 (0)