Skip to content

Commit f5f1103

Browse files
committed
bump version to 4.0.0.a2 for botframework-connector
1 parent 63066ae commit f5f1103

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/botbuilder-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/Azure/msrest-for-python@async2
2-
botframework-connector>=4.0.0.a1
2+
botframework-connector>=4.0.0.a2
33
botbuilder-schema>=4.0.0.a1
44
requests>=2.18.1
55
PyJWT==1.5.3

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
VERSION = "4.0.0.a1"
88
REQUIRES = [
99
"botbuilder-schema>=4.0.0.a1",
10-
"botframework-connector>=4.0.0.a1"]
10+
"botframework-connector>=4.0.0.a2"]
1111

1212
setup(
1313
name=NAME,

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
NAME = "botframework-connector"
7-
VERSION = "4.0.0.a1"
7+
VERSION = "4.0.0.a2"
88
REQUIRES = [
99
"msrest>=0.4.27",
1010
"requests>=2.8.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/Azure/msrest-for-python@async2
22
botbuilder-schema>=4.0.0.a1
3-
botframework-connector>=4.0.0.a1
3+
botframework-connector>=4.0.0.a2
44
botbuilder-core>=4.0.0.a1
55
aiohttp>=3.0.0

0 commit comments

Comments
 (0)