Skip to content

Commit ed2d60b

Browse files
authored
update version (#13495)
1 parent e9bd025 commit ed2d60b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.0.1 (Unreleased)
3+
## 5.1.0b1 (Unreleased)
44

55
**New features**
66
- We are now targeting the service's v3.1-preview.1 API as the default. If you would like to still use version v3.0 of the service,

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Licensed under the MIT License.
55
# ------------------------------------
66

7-
VERSION = "5.0.1"
7+
VERSION = "5.1.0b1"

sdk/textanalytics/azure-ai-textanalytics/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
author_email='[email protected]',
6060
url='https://github.com/Azure/azure-sdk-for-python',
6161
classifiers=[
62-
"Development Status :: 5 - Production/Stable",
62+
"Development Status :: 4 - Beta",
6363
'Programming Language :: Python',
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)