From a549522a721a5681466ef19d306a59cc1962b177 Mon Sep 17 00:00:00 2001 From: Yihui Xiong Date: Wed, 20 May 2020 16:07:19 +0800 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a01e05..721e77a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup(name='power-profiler', - version='0.1.0', + version='0.2.0', description='A power profiling tool', long_description=long_description, long_description_content_type='text/markdown',