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

Commit a8d0d2f

Browse files
Version 0.3.0.dev0
1 parent 82d3504 commit a8d0d2f

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

0 commit comments

Comments
 (0)