Skip to content

Commit

Permalink
chore: release3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek authored and sumo-drosiek committed Sep 8, 2021
1 parent 8dfba7c commit 336f1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -23,4 +23,4 @@ def readme():
"urllib3",
"pytest-cov"
],
zip_safe=False)
zip_safe=False)

0 comments on commit 336f1e8

Please sign in to comment.