From 20df6e62e15d67d67412bba1c1b526d004fdf149 Mon Sep 17 00:00:00 2001 From: Mike Dacre Date: Wed, 23 Mar 2016 15:56:20 -0700 Subject: [PATCH] Switch to version 0.2 --- ASEr/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ASEr/__init__.py b/ASEr/__init__.py index 6321be0..80d52c0 100644 --- a/ASEr/__init__.py +++ b/ASEr/__init__.py @@ -8,9 +8,9 @@ CREATOR: Tomas Babak ORGANIZATION: Stanford University LICENSE: MIT License, property of Stanford, use as you wish - VERSION: 0.1 + VERSION: 0.2 CREATED: 2016-25-15 17:03 - Last modified: 2016-03-15 17:26 + Last modified: 2016-03-23 15:56 ============================================================================ """ diff --git a/setup.py b/setup.py index 70b560c..9d2015b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='ASEr', - version='0.1', + version='0.2', description='Get ASE counts from BAMs or raw fastq data -- repackage of pipeline by Carlo Artieri ', long_description=long_description, url='https://github.com/MikeDacre/ASEr',