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

Commit ca0c98a

Browse files
authored
Version 0.3.1 (#118)
1 parent ea96a68 commit ca0c98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesystem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from typesystem.tokenize.tokenize_json import tokenize_json, validate_json
3030
from typesystem.tokenize.tokenize_yaml import tokenize_yaml, validate_yaml
3131

32-
__version__ = "0.3.0"
32+
__version__ = "0.3.1"
3333
__all__ = [
3434
"Array",
3535
"Any",

0 commit comments

Comments
 (0)