Skip to content

Commit 4c1ea0b

Browse files
authored
Update to version 0.1.0b7 after fix for 'ad' command (#972)
1 parent abea5af commit 4c1ea0b

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

src/azure-cli-core/azure/cli/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
import pkg_resources
66
pkg_resources.declare_namespace(__name__)
77

8-
__version__ = "0.1.0b6"
8+
__version__ = "0.1.0b7"

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = "0.1.0b6"
12+
VERSION = "0.1.0b7"
1313

1414
# If we have source, validate that our version numbers match
1515
# This should prevent uploading releases with mismatched versions.

src/azure-cli/azure/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
pkg_resources.declare_namespace(__name__)
1212

1313
__author__ = "Microsoft Corporation <[email protected]>"
14-
__version__ = "0.1.0b6"
14+
__version__ = "0.1.0b7"

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = "0.1.0b6"
12+
VERSION = "0.1.0b7"
1313

1414
# If we have source, validate that our version numbers match
1515
# This should prevent uploading releases with mismatched versions.

src/command_modules/azure-cli-component/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b6'
11+
VERSION = '0.1.0b7'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/command_modules/azure-cli-configure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b6'
11+
VERSION = '0.1.0b7'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/command_modules/azure-cli-feedback/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b6'
11+
VERSION = '0.1.0b7'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/command_modules/azure-cli-iot/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b6'
11+
VERSION = '0.1.0b7'
1212

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

src/command_modules/azure-cli-keyvault/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = '0.1.0b6'
12+
VERSION = '0.1.0b7'
1313

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

src/command_modules/azure-cli-network/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.0b6'
11+
VERSION = '0.1.0b7'
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)