Skip to content

Commit c0d7025

Browse files
authored
Republish with old version wheel (#57)
1 parent 86ac009 commit c0d7025

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

batch-cli-extensions/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup, find_packages
1111

12-
VERSION = '2.2.0'
12+
VERSION = '2.2.1'
1313

1414
# The full list of classifiers is available at
1515
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -37,7 +37,7 @@
3737
setup(
3838
name='azure-batch-cli-extensions',
3939
version=VERSION,
40-
description='Microsoft Azure Command-Line Tools Extended Batch Command Module',
40+
description='Additional commands for working with Azure Batch service',
4141
long_description=README + '\n\n' + HISTORY,
4242
license='MIT',
4343
author='Microsoft Corporation',

scripts/package_verify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33
export PYTHONPATH=
44
virtualenv package-verify-env
55
. package-verify-env/bin/activate
6+
python -m pip install -I pip==9.0.3
67
pip install -e scripts
78
python -m automation.tests.verify_packages
89
deactivate

0 commit comments

Comments
 (0)