File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ def get_version():
3232
3333def print_version ():
3434 print (get_version ())
35+ return True
3536
3637def print_models ():
3738 print (list_fastmodels ())
Original file line number Diff line number Diff line change 55
66"""
77mbed SDK
8- Copyright (c) 2018-2019 ARM Limited
8+ Copyright (c) 2018-2021 ARM Limited
99
1010Licensed under the Apache License, Version 2.0 (the "License");
1111you may not use this file except in compliance with the License.
1919See the License for the specific language governing permissions and
2020limitations under the License.
2121
22- Author: Przemyslaw Wirkus <Przemyslaw.Wirkus @arm.com>
22+ Author: Qinghao Shi <Qinghao.shi @arm.com>
2323"""
2424
2525import os
@@ -38,7 +38,7 @@ def read(fname):
3838 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf-8" ).read ()
3939
4040setup (name = 'mbed-fastmodel-agent' ,
41- version = '1 .0' ,
41+ version = '2 .0' ,
4242 description = DESCRIPTION ,
4343 long_description = read ('README.md' ),
4444 entry_points = {'console_scripts' : ['mbedfm=fm_agent.mbedfm:main' ]},
@@ -53,7 +53,7 @@ def read(fname):
5353 include_package_data = True ,
5454 install_requires = [
5555 "PrettyTable>=0.7.2" ,
56- "mbed-host-tests>=1.4.1 " ,
56+ "mbed-host-tests>=1.5.0 " ,
5757 "mbed-greentea>=1.5.0"
5858 ]
5959)
You can’t perform that action at this time.
0 commit comments