This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
MindSpore-MindArmour
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
10
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Compare commits
merge into: Huawei_Technology:master
Huawei_Technology:master
Huawei_Technology:r0.1
Huawei_Technology:r0.2
Huawei_Technology:r0.3
Huawei_Technology:r0.5
Huawei_Technology:r0.6
Huawei_Technology:r0.7
Huawei_Technology:r1.0
Huawei_Technology:r1.1
Huawei_Technology:r1.2
Huawei_Technology:revert-merge-208-master
...
pull from: Huawei_Technology:r1.0
Huawei_Technology:master
Huawei_Technology:r0.1
Huawei_Technology:r0.2
Huawei_Technology:r0.3
Huawei_Technology:r0.5
Huawei_Technology:r0.6
Huawei_Technology:r0.7
Huawei_Technology:r1.0
Huawei_Technology:r1.1
Huawei_Technology:r1.2
Huawei_Technology:revert-merge-208-master
2 Commits
master
...
r1.0
Author
SHA1
Message
Date
mindspore-ci-bot
f3781499dd
!129
Update version number
Merge pull request
!129
from pkuliuliu/r1.0
5 years ago
pkuliuliu
c483fd3bd7
update version number
5 years ago
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@@ -18,7 +18,7 @@ from setuptools import setup
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py
version = '1.0.
0
'
version = '1.0.
1
'
cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build')
Write
Preview
Loading…
Cancel
Save