Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Jun 10, 2020
1 parent e25fbfa commit 0c2a0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip3 install xmatrix --upgrade
```
#### Add import in your file
```python
import xmatrix
from xmatrix import *
```
#### create a matrix
- Matrix("<b>row</b> ; <b>row</b> ...") or Matrix([[1,2,3],[4,5,6],[7,8,9]])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="xmatrix",
version="1.4.beta",
version="1.4.1",
author="Xanonymous",
author_email="[email protected]",
description="Help you calculate matrix.",
Expand Down

0 comments on commit 0c2a0dc

Please sign in to comment.