Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 6a9590c

Browse files
Version 0.2.4
1 parent 77ff5e1 commit 6a9590c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typesystem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from typesystem.tokenize.tokenize_json import tokenize_json, validate_json
2525
from typesystem.tokenize.tokenize_yaml import tokenize_yaml, validate_yaml
2626

27-
__version__ = "0.2.3"
27+
__version__ = "0.2.4"
2828
__all__ = [
2929
"Array",
3030
"Any",

0 commit comments

Comments
 (0)