From f8d56a569c44bbf4981a48fc6a17ed61c2ed5a56 Mon Sep 17 00:00:00 2001 From: MSeifert04 Date: Mon, 16 Apr 2018 00:08:18 +0200 Subject: [PATCH] increment version --- simple_benchmark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_benchmark/__init__.py b/simple_benchmark/__init__.py index 0e924b2..46b0511 100644 --- a/simple_benchmark/__init__.py +++ b/simple_benchmark/__init__.py @@ -14,7 +14,7 @@ - Matplotlib """ -__version__ = '0.0.2' +__version__ = '0.0.3' __all__ = ['benchmark', 'benchmark_random_array', 'benchmark_random_list', 'BenchmarkResult']