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

Commit 453c6fb

Browse files
Version 0.2.1
1 parent cae5672 commit 453c6fb

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.0"
27+
__version__ = "0.2.1"
2828
__all__ = [
2929
"Array",
3030
"Any",

0 commit comments

Comments
 (0)