Skip to content

Commit

Permalink
Version 0.2.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 21, 2019
1 parent d99a262 commit 0e50403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"

install:
- pip install -U -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion typesystem/__init__.py
Expand Up @@ -24,7 +24,7 @@
from typesystem.tokenize.tokenize_json import tokenize_json, validate_json
from typesystem.tokenize.tokenize_yaml import tokenize_yaml, validate_yaml

__version__ = "0.2.2"
__version__ = "0.2.3"
__all__ = [
"Array",
"Any",
Expand Down

0 comments on commit 0e50403

Please sign in to comment.