Skip to content

Commit a618777

Browse files
author
zhaoting
committed
update mindcv version
1 parent 0efefc9 commit a618777

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.9"
2222

2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements/dev.txt
27-
pip install "Pillow==9.1.1"
28-
pip install "mindspore>=1.8,<=1.10"
2927
pip install build twine
3028
- name: Build package
3129
run: |

mindcv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""version init"""
2-
__version__ = "0.3.0"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)