diff --git a/ansiblemetrics/command_line.py b/ansiblemetrics/command_line.py index 0765033..33ce15f 100644 --- a/ansiblemetrics/command_line.py +++ b/ansiblemetrics/command_line.py @@ -7,7 +7,7 @@ from ansiblemetrics.metrics_extractor import extract_all -VERSION = '0.3.7' +VERSION = '0.3.8' def get_parser(): diff --git a/setup.py b/setup.py index fe9e835..afc82af 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -VERSION = '0.3.7' +VERSION = '0.3.8' setup(name='ansiblemetrics', version=VERSION,