Skip to content

Commit 30f3937

Browse files
committed
Release 0.2.1
1 parent b47dad9 commit 30f3937

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ target/
5959

6060
# OS X
6161
.DS_Store
62+
63+
.pytest_cache/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scipy Trait Types
22

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)
44
[![Documentation Status](https://readthedocs.org/projects/traittypes/badge/?version=latest)](http://traittypes.readthedocs.org/en/latest/?badge=latest)
55

66
Trait types for NumPy, SciPy and friends

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, 2, 0)
1+
version_info = (0, 2, 1)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)