File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
8000
Expand file tree Collapse file tree 8 files changed +10
-10
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.a4 '
5+ __version__ = '4.0.0.a5 '
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.a4
3- botbuilder-schema >= 4.0.0.a3
2+ botframework-connector >= 4.0.0.a5
3+ botbuilder-schema >= 4.0.0.a5
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.a3 ' ,
9- 'botframework-connector>=4.0.0.a4 ' ]
8+ 'botbuilder-schema>=4.0.0.a5 ' ,
9+ 'botframework-connector>=4.0.0.a5 ' ]
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.a3 "
7+ VERSION = "4.0.0.a5 "
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.a3
2+ botbuilder-schema >= 4.0.0.a5
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.a4 "
7+ VERSION = "4.0.0.a5 "
88REQUIRES = [
99 "msrest==0.4.29" ,
1010 "requests>=2.8.1" ,
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.a4
2+ botbuilder-core >= 4.0.0.a5
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.a4
2+ botbuilder-core >= 4.0.0.a5
33aiohttp >= 3.0.0
You can’t perform that action at this time.
0 commit comments