This commit is contained in:
Marina Samuel 2019-02-08 11:51:07 -05:00
Родитель 0236c7e6c2
Коммит f490e02df9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name = 'stmoab',
packages = ['stmoab'],
version = '0.0.8',
version = '0.0.9',
description = 'A tool for automating a/b testing analysis using stmo dashboards (https://sql.telemetry.mozilla.org)',
author = 'Marina Samuel',
author_email = 'msamuel@mozilla.com',