Skip to content

Commit 6c8f949

Browse files
committed
Roll back the quantum extension version number to 1.0.0b4
1 parent bc682e3 commit 6c8f949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/quantum/azext_quantum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This is the version reported by the CLI to the service when submitting requests.
1414
# This should be in sync with the extension version in 'setup.py', unless we need to
1515
# submit using a different version.
16-
CLI_REPORTED_VERSION = "1.0.0b5"
16+
CLI_REPORTED_VERSION = "1.0.0b4"
1717

1818

1919
class QuantumCommandsLoader(AzCommandsLoader):

src/quantum/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This version should match the latest entry in HISTORY.rst
1818
# Also, when updating this, please review the version used by the extension to
1919
# submit requests, which can be found at './azext_quantum/__init__.py'
20-
VERSION = '1.0.0b5'
20+
VERSION = '1.0.0b4'
2121

2222
# The full list of classifiers is available at
2323
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)