From 28fe2b23286c0dcb9eeed29731743ed96224d934 Mon Sep 17 00:00:00 2001 From: Hanna JULIENNE <hanna.julienne@pasteur.fr> Date: Fri, 27 Sep 2019 12:07:12 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0413ec..13d8b0f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='jass_preprocessing', - version='0.1', + version='1.0', description='Preprocess and standardize heterogeneous GWAS summary statistic for JASS', url='http:https://gitlab.pasteur.fr/statistical-genetics/JASS_Pre-processing', author='Hugues Aschard, Hanna Julienne, Vincent Laville', -- GitLab