Skip to content

Commit b77b626

Browse files
committed
updates as per PR guidance
1 parent e00232c commit b77b626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"azext.isExperimental": true,
2+
"azext.isPreview": true,
33
"azext.minCliCoreVersion": "2.11.0"
44
}

src/footprint/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.1'
13+
VERSION = '1.0.1b1'
1414

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

0 commit comments

Comments
 (0)