Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit ee8bbb2

Browse files
committed
Point to latest version in README.md
1 parent 6a27963 commit ee8bbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ which provides type information for [matplotlib][matplotlib], [numpy][numpy] and
55
The [mypy][mypy] type checker can [recognize][mypy-docs] the types in these packages by installing this package:
66

77
```bash
8-
pip install git+https://github.com/predictive-analytics-lab/[email protected].1
8+
pip install git+https://github.com/predictive-analytics-lab/[email protected].2
99
```
1010

1111
There is also minor support for Tensorflow and Tensorflow Probability.
1212

13-
## Philosphy
13+
## Philosophy
1414

1515
The goal is not to recreate the class hierarchy exactly.
1616
The goal is to have useful checks on our code.

0 commit comments

Comments
 (0)