From 4ada1e7c1c3e6a558a7cae57904724e13434943e Mon Sep 17 00:00:00 2001 From: yjiangnan Date: Wed, 18 Apr 2018 15:52:45 +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 503992a..469f823 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Robust and sensitive tools for high-throughput data analysis', - version='0.1', + version='1.0', packages=['rosely',], license='Creative Commons', long_description=open('README.md').read(),