File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,3 +59,5 @@ target/
59
59
60
60
# OS X
61
61
.DS_Store
62
+
63
+ .pytest_cache /
Original file line number Diff line number Diff line change 1
1
# Scipy Trait Types
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/jupyter-incubator /traittypes.svg?branch=master )] ( https://travis-ci.org/jupyter-incubator /traittypes )
3
+ [ ![ Build Status] ( https://travis-ci.org/jupyter-widgets /traittypes.svg?branch=master )] ( https://travis-ci.org/jupyter-widgets /traittypes )
4
4
[ ![ Documentation Status] ( https://readthedocs.org/projects/traittypes/badge/?version=latest )] ( http://traittypes.readthedocs.org/en/latest/?badge=latest )
5
5
6
6
Trait types for NumPy, SciPy and friends
Original file line number Diff line number Diff line change 1
- version_info = (0 , 2 , 0 )
1
+ version_info = (0 , 2 , 1 )
2
2
__version__ = '.' .join (map (str , version_info ))
You can’t perform that action at this time.
0 commit comments