Skip to content

Commit

Permalink
update 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Mar 31, 2021
1 parent 09e779f commit 4342dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A PaddlePaddle version image model zoo.
* Install by pip:

```shell
$ pip install ppim==1.0.3 -i https://pypi.python.org/pypi
$ pip install ppim==1.0.4 -i https://pypi.python.org/pypi
```
* Install by wheel package:[【Releases Packages】](https://github.com/AgentMaker/Paddle-Image-Models/releases)

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* 通过 pip 进行安装:

```shell
$ pip install ppim==1.0.3 -i https://pypi.python.org/pypi
$ pip install ppim==1.0.4 -i https://pypi.python.org/pypi
```
* 通过 whl 包进行安装:[【Releases Packages】](https://github.com/AgentMaker/Paddle-Image-Models/releases)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name='ppim',
version='1.0.3',
version='1.0.4',
author='jm12138',
author_email='2286040843@qq.com',
packages=['ppim', 'ppim.models', 'ppim.units'],
Expand Down

0 comments on commit 4342dfb

Please # to comment.