Skip to content

Commit

Permalink
Increment az aro extension version to 1.0.8 (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsatam authored Sep 25, 2023
1 parent abc31be commit 076518b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/az/aro/azext_aro/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azext.minCliCoreVersion": "2.15.0",
"azext.isPreview": true,
"version": "1.0.4"
"version": "1.0.8"
}
2 changes: 1 addition & 1 deletion python/az/aro/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from distutils import log as logger
logger.warn("Wheel is not available, disabling bdist_wheel hook")

VERSION = '1.0.7'
VERSION = '1.0.8'

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

0 comments on commit 076518b

Please sign in to comment.