From 0c2a0dc388dec6004f0f468fff9f7e6f054e684e Mon Sep 17 00:00:00 2001 From: Xanonymous Date: Thu, 11 Jun 2020 03:25:08 +0800 Subject: [PATCH] release 1.4.1 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a77541..b5bb4c8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip3 install xmatrix --upgrade ``` #### Add import in your file ```python -import xmatrix +from xmatrix import * ``` #### create a matrix - Matrix("row ; row ...") or Matrix([[1,2,3],[4,5,6],[7,8,9]]) diff --git a/setup.py b/setup.py index dc9c307..78e9728 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="xmatrix", - version="1.4.beta", + version="1.4.1", author="Xanonymous", author_email="trusaidlin@gmail.com", description="Help you calculate matrix.",