Skip to content

Commit

Permalink
Increment package version after release of azure-messaging-webpubsubc…
Browse files Browse the repository at this point in the history
…lient (#34108)
  • Loading branch information
azure-sdk authored Mar 22, 2024
1 parent ee6635b commit 37eb477
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/webpubsub/azure-messaging-webpubsubclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-01-31)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.1"
2 changes: 1 addition & 1 deletion sdk/webpubsub/azure-messaging-webpubsubclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk",
keywords="azure, azure sdk",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 37eb477

Please sign in to comment.