Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions libraries/botbuilder-ai/botbuilder/ai/about.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os

__title__ = "botbuilder-ai"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-ai"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__title__ = "botbuilder-applicationinsights"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
28 changes: 14 additions & 14 deletions libraries/botbuilder-azure/botbuilder/azure/about.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os

__title__ = "botbuilder-azure"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-azure"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
28 changes: 14 additions & 14 deletions libraries/botbuilder-core/botbuilder/core/about.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os

__title__ = "botbuilder-core"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-core"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup

VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
REQUIRES = [
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
Expand Down
28 changes: 14 additions & 14 deletions libraries/botbuilder-dialogs/botbuilder/dialogs/about.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os

__title__ = "botbuilder-dialogs"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-dialogs"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
74 changes: 37 additions & 37 deletions libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os
from setuptools import setup

NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
REQUIRES = ["msrest==0.6.10"]

root = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join(root, "README.rst"), encoding="utf-8") as f:
long_description = f.read()

setup(
name=NAME,
version=VERSION,
description="BotBuilder Schema",
author="Microsoft",
url="https://github.com/Microsoft/botbuilder-python",
keywords=["BotBuilderSchema", "bots", "ai", "botframework", "botbuilder"],
long_description=long_description,
long_description_content_type="text/x-rst",
license="MIT",
install_requires=REQUIRES,
packages=["botbuilder.schema", "botbuilder.schema.teams",],
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3.7",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
)
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
from setuptools import setup
NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
REQUIRES = ["msrest==0.6.10"]
root = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(root, "README.rst"), encoding="utf-8") as f:
long_description = f.read()
setup(
name=NAME,
version=VERSION,
description="BotBuilder Schema",
author="Microsoft",
url="https://github.com/Microsoft/botbuilder-python",
keywords=["BotBuilderSchema", "bots", "ai", "botframework", "botbuilder"],
long_description=long_description,
long_description_content_type="text/x-rst",
license="MIT",
install_requires=REQUIRES,
packages=["botbuilder.schema", "botbuilder.schema.teams",],
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3.7",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
)
30 changes: 15 additions & 15 deletions libraries/botbuilder-testing/botbuilder/testing/about.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os


__title__ = "botbuilder-testing"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
__title__ = "botbuilder-testing"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
__description__ = "Microsoft Bot Framework Bot Builder"
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python."
__license__ = "MIT"
2 changes: 1 addition & 1 deletion libraries/botframework-connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

NAME = "botframework-connector"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
REQUIRES = [
"msrest==0.6.10",
"requests==2.22.0",
Expand Down