From a4758df26a59d47c73332deb1cf3afcbc0636438 Mon Sep 17 00:00:00 2001 From: zhengp0 Date: Thu, 1 Oct 2020 13:43:10 -0700 Subject: [PATCH] reset the version to be 0.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cff6b5..c182865 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ libraries=['lapack', 'blas']) setup(name='limetr', - version='0.0.4', + version='0.0.1', description='linear mixed effects model with trimming', url='https://github.com/zhengp0/limetr', author='Peng Zheng',