8000 move core to a2 · openvelora/botbuilder-python@f914442 · GitHub
[go: up one dir, main page]

Skip to content

Commit f914442

Browse files
committed
move core to a2
1 parent 4856568 commit f914442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botbuilder-core/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 = "botbuilder-core"
7-
VERSION = "4.0.0.a1"
7+
VERSION = "4.0.0.a2"
88
REQUIRES = [
99
"botbuilder-schema>=4.0.0.a2",
1010
"botframework-connector>=4.0.0.a2"]
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.a2
33
botframework-connector>=4.0.0.a2
4-
botbuilder-core>=4.0.0.a1
4+
botbuilder-core>=4.0.0.a2
55
aiohttp>=3.0.0

0 commit comments

Comments
 (0)
0