File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/monitor-control-service Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33 Release History
44===============
5+ 1.0.1
6+ ++++++
7+ * Normalization module name in setup
8+
591.0.0
610++++++
711* Enable all of the facilities of `data-collection ` in stable version `2022-06-01 `
Original file line number Diff line number Diff line change 1010from setuptools import setup , find_packages
1111
1212# HISTORY.rst entry.
13- VERSION = '1.0.0 '
13+ VERSION = '1.0.1 '
1414
1515# The full list of classifiers is available at
1616# https://pypi.python.org/pypi?%3Aaction=list_classifiers
3434 HISTORY = f .read ()
3535
3636setup (
37- name = 'monitor_control_service ' ,
37+ name = 'monitor-control-service ' ,
3838 version = VERSION ,
3939 description = 'Microsoft Azure Command-Line Tools MonitorClient Extension' ,
4040 author = 'Microsoft Corporation' ,
You can’t perform that action at this time.
0 commit comments