We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff30f4 commit 0169cc2Copy full SHA for 0169cc2
MANIFEST
@@ -17,3 +17,4 @@ traittypes/traittypes.py
17
traittypes/tests/__init__.py
18
traittypes/tests/test_import_errors.py
19
traittypes/tests/test_traittypes.py
20
+traittypes/tests/test_validators.py
traittypes/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 1, 0)
+version_info = (0, 2, 0)
2
__version__ = '.'.join(map(str, version_info))
0 commit comments