We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00232c commit b77b626Copy full SHA for b77b626
src/footprint/azext_footprint/azext_metadata.json
@@ -1,4 +1,4 @@
1
{
2
- "azext.isExperimental": true,
+ "azext.isPreview": true,
3
"azext.minCliCoreVersion": "2.11.0"
4
}
src/footprint/setup.py
@@ -10,7 +10,7 @@
10
from setuptools import setup, find_packages
11
12
# HISTORY.rst entry.
13
-VERSION = '1.0.1'
+VERSION = '1.0.1b1'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments