Skip to content

Commit

Permalink
Update PIP-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
osmr committed Apr 27, 2019
1 parent 9327fe4 commit 22ce123
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chainer_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='chainercv2',
version='0.0.43',
version='0.0.44',
description='Image classification and segmentation models for Chainer',
license='MIT',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion gluon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='gluoncv2',
version='0.0.44',
version='0.0.45',
description='Image classification and segmentation models for Gluon',
license='MIT',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion keras_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='kerascv',
version='0.0.29',
version='0.0.30',
description='Image classification models for Keras',
license='MIT',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion pytorch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pytorchcv',
version='0.0.44',
version='0.0.45',
description='Image classification and segmentation models for PyTorch',
license='MIT',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='tensorflowcv',
version='0.0.30',
version='0.0.31',
description='Image classification models for TensorFlow',
license='MIT',
long_description=long_description,
Expand Down

0 comments on commit 22ce123

Please sign in to comment.