File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
1919class QuantumCommandsLoader (AzCommandsLoader ):
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments