Skip to content

Commit 23fe5a3

Browse files
authored
Merge pull request #23 from BotBuilderCommunity/develop
0.1.1
2 parents 950a745 + a8670fa commit 23fe5a3

File tree

1 file changed

+1
-1
lines changed
  • libraries/botbuilder-community-dialogs-prompts/source

1 file changed

+1
-1
lines changed

libraries/botbuilder-community-dialogs-prompts/source/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = (
55
os.environ["packageVersion"] if "packageVersion" in os.environ else "0.1.0"
66
)
7-
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
7+
__uri__ = "https://github.com/BotBuilderCommunity/botbuilder-community-python"
88
__author__ = "Bot Builder Community"
99
__description__ = "Microsoft Bot Builder Community Dialogs Prompts"
1010
__summary__ = "Dialogs Prompts from the Bot Builder Community for Microsoft Bot Builder SDK for Python"

0 commit comments

Comments
 (0)