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

Commit 0e50403

Browse files
Version 0.2.3 (#82)
1 parent d99a262 commit 0e50403

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache: pip
77
python:
88
- "3.6"
99
- "3.7"
10-
- "3.8-dev"
1110

1211
install:
1312
- pip install -U -r requirements.txt

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

0 commit comments

Comments
 (0)