From 20a172aacfb555aff72161363efc50279a94c0aa Mon Sep 17 00:00:00 2001 From: Violeta Gonzalez-Perez Date: Wed, 22 May 2019 15:32:30 +0100 Subject: [PATCH] Modified the setup version to 0.0.2, accounting for the additional tests and python package structure --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d6ace1..44e0c74 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='preparenovonix', - version='0.0.1', + version='0.0.2', py_modules=['preparenovonix'], description="Clean and add extra information to data produced by the battery cyclers from Novonix.", long_description=long_description,