diff --git a/src/storage-preview/HISTORY.rst b/src/storage-preview/HISTORY.rst index 189f63e4319..f069bc39812 100644 --- a/src/storage-preview/HISTORY.rst +++ b/src/storage-preview/HISTORY.rst @@ -2,9 +2,6 @@ Release History =============== -1.0.0b2(2024-07-05) -++++++++++++++++++ -* Bump azure_mgmt_storage to 2023-05-01 for new features 1.0.0b1(2023-08-11) ++++++++++++++++++ diff --git a/src/storage-preview/setup.py b/src/storage-preview/setup.py index f9d5575d403..6d959552966 100644 --- a/src/storage-preview/setup.py +++ b/src/storage-preview/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "1.0.0b2" +VERSION = "1.0.0b1" CLASSIFIERS = [ 'Development Status :: 4 - Beta',