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

Commit e806f2a

Browse files
authored
Version 0.2.5 (#107)
1 parent 2fcd327 commit e806f2a

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
@@ -25,7 +25,7 @@
2525
from typesystem.tokenize.tokenize_json import tokenize_json, validate_json
2626
from typesystem.tokenize.tokenize_yaml import tokenize_yaml, validate_yaml
2727

28-
__version__ = "0.2.4"
28+
__version__ = "0.2.5"
2929
__all__ = [
3030
"Array",
3131
"Any",

0 commit comments

Comments
 (0)