Skip to content

Commit 4342dfb

Browse files
committed
update 1.0.4
1 parent 09e779f commit 4342dfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A PaddlePaddle version image model zoo.
1212
* Install by pip:
1313

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

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* 通过 pip 进行安装:
1313

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name='ppim',
4-
version='1.0.3',
4+
version='1.0.4',
55
author='jm12138',
66
author_email='[email protected]',
77
packages=['ppim', 'ppim.models', 'ppim.units'],

0 commit comments

Comments
 (0)