We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efefc9 commit a618777Copy full SHA for a618777
.github/workflows/publish.yml
@@ -18,14 +18,12 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v4
20
with:
21
- python-version: "3.8"
+ python-version: "3.9"
22
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
pip install -r requirements/dev.txt
27
- pip install "Pillow==9.1.1"
28
- pip install "mindspore>=1.8,<=1.10"
29
pip install build twine
30
- name: Build package
31
mindcv/version.py
@@ -1,2 +1,2 @@
1
"""version init"""
2
-__version__ = "0.3.0"
+__version__ = "0.5.0"
0 commit comments