Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
set azext.maxCliCoreVersion to 2.2.0 (#20)
Browse files Browse the repository at this point in the history
* set azext.maxCliCoreVersion to 2.2.0

* bump to 0.5.1
  • Loading branch information
ctaggart authored Mar 10, 2020
1 parent 4fd6513 commit c9827ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azext_vmware/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.66",
"azext.maxCliCoreVersion": "2.1.0"
"azext.maxCliCoreVersion": "2.2.0"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# from distutils import log as logger
# logger.warn("Wheel is not available, disabling bdist_wheel hook")

VERSION = "0.5.0"
VERSION = "0.5.1"

# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
Expand Down

0 comments on commit c9827ca

Please sign in to comment.