Skip to content

Commit 0169cc2

Browse files
committed
Release 0.2.0
1 parent eff30f4 commit 0169cc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ traittypes/traittypes.py
1717
traittypes/tests/__init__.py
1818
traittypes/tests/test_import_errors.py
1919
traittypes/tests/test_traittypes.py
20+
traittypes/tests/test_validators.py

traittypes/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 1, 0)
1+
version_info = (0, 2, 0)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)