diff --git a/setup.py b/setup.py index f214534..ee9eb82 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def readme(): return f.read() setup(name='sumologic_collectd_metrics', - version='2.0.0', + version='3.0.0', description='A collectd output plugin to send Carbon 2.0-formatted metrics to Sumo Logic.', long_description=readme(), url='https://github.com/SumoLogic/sumologic-collectd-plugin', @@ -23,4 +23,4 @@ def readme(): "urllib3", "pytest-cov" ], - zip_safe=False) \ No newline at end of file + zip_safe=False)