File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22# Licensed under the MIT License.
33
44__title__ = 'botbuilder-core'
5- __version__ = '4.0.0.a5 '
5+ __version__ = '4.0.0.a6 '
66__uri__ = 'https://www.github.com/Microsoft/botbuilder-python'
77__author__ = 'Microsoft'
88__description__ = 'Microsoft Bot Framework Bot Builder'
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2- botframework-connector >= 4.0.0.a5
3- botbuilder-schema >= 4.0.0.a5
2+ botframework-connector >= 4.0.0.a6
3+ botbuilder-schema >= 4.0.0.a6
44requests >= 2.18.1
55PyJWT == 1.5.3
66cryptography == 2.1.4
Original file line number Diff line number Diff line change 55from setuptools import setup
66
77REQUIRES = [
8- 'botbuilder-schema>=4.0.0.a5 ' ,
9- 'botframework-connector>=4.0.0.a5 ' ]
8+ 'botbuilder-schema>=4.0.0.a6 ' ,
9+ 'botframework-connector>=4.0.0.a6 ' ]
1010
1111root = os .path .abspath (os .path .dirname (__file__ ))
1212
Original file line number Diff line number Diff line change 44from setuptools import setup
55
66NAME = "botbuilder-schema"
7- VERSION = "4.0.0.a5 "
7+ VERSION = "4.0.0.a6 "
88REQUIRES = ["msrest==0.4.29" ]
99
1010setup (
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2- botbuilder-schema >= 4.0.0.a5
2+ botbuilder-schema >= 4.0.0.a6
33requests >= 2.18.1
44PyJWT == 1.5.3
55cryptography == 2.1.4
Original file line number Diff line number Diff line change 44from setuptools import setup
55
66NAME = "botframework-connector"
7- VERSION = "4.0.0.a5 "
7+ VERSION = "4.0.0.a6 "
88REQUIRES = [
99 "msrest==0.4.29" ,
1010 "requests>=2.8.1" ,
1111 "cryptography>=2.1.4" ,
1212 "PyJWT>=1.5.3" ,
13- "botbuilder-schema>=4.0.0.a3 " ]
13+ "botbuilder-schema>=4.0.0.a6 " ]
1414
1515setup (
1616 name = NAME ,
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2- botbuilder-core >= 4.0.0.a5
2+ botbuilder-core >= 4.0.0.a6
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2- botbuilder-core >= 4.0.0.a5
2+ botbuilder-core >= 4.0.0.a6
33aiohttp >= 3.0.0
Original file line number Diff line number Diff line change 11git+https://github.com/Azure/msrest-for-python.git@a997e97cd926c1eedfe4e5a3a52a637313fbd4e4
2- botbuilder-core >= 4.0.0.a5
2+ botbuilder-core >= 4.0.0.a6
33aiohttp >= 3.0.0
You can’t perform that action at this time.
0 commit comments