We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f87a12 commit 3fa3de4Copy full SHA for 3fa3de4
2 files changed
src/azure-cli-core/azure/cli/core/__init__.py
@@ -4,7 +4,7 @@
4
# --------------------------------------------------------------------------------------------
5
from __future__ import print_function
6
7
-__version__ = "2.0.76"
+__version__ = "2.0.77"
8
9
import os
10
import sys
src/azure-cli-core/setup.py
@@ -17,7 +17,7 @@
17
logger.warn("Wheel is not available, disabling bdist_wheel hook")
18
cmdclass = {}
19
20
-VERSION = "2.0.76"
+VERSION = "2.0.77"
21
# If we have source, validate that our version numbers match
22
# This should prevent uploading releases with mismatched versions.
23
try:
0 commit comments