Skip to content

Commit 1e79947

Browse files
committed
update the version
all automatic installation of dependencies
1 parent 8928f6b commit 1e79947

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Run the following command to install the latest released version of PyMIC:
4747
```bash
4848
pip install PYMIC
4949
```
50-
To install a specific version of PYMIC such as 0.3.0, run:
50+
To install a specific version of PYMIC such as 0.3.1, run:
5151

5252
```bash
53-
pip install PYMIC==0.3.0
53+
pip install PYMIC==0.3.1
5454
```
5555
Alternatively, you can download the source code for the latest version. Run the following command to compile and install:
5656

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name = 'PYMIC',
14-
version = "0.3.2.2",
14+
version = "0.3.1",
1515
author ='PyMIC Consortium',
1616
author_email = 'wguotai@gmail.com',
1717
description = description,

0 commit comments

Comments
 (0)