From 8f7d465dceebf457c43b083cb182879215b2fb21 Mon Sep 17 00:00:00 2001 From: Ronak H Shah Date: Tue, 7 Jun 2016 09:37:23 -0400 Subject: [PATCH] Changed Version Tag --- iCallSV/__init__.py | 2 +- iCallSV/iCallSV.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iCallSV/__init__.py b/iCallSV/__init__.py index e27136e..b01cccc 100755 --- a/iCallSV/__init__.py +++ b/iCallSV/__init__.py @@ -1,6 +1,6 @@ __title__ = 'iCallSV' -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'Ronak H Shah' __license__ = 'Apache Software License' __copyright__ = 'Copyright 2015 Ronak Hasmukh Shah' \ No newline at end of file diff --git a/iCallSV/iCallSV.py b/iCallSV/iCallSV.py index 01bbe5e..3bd3d5c 100755 --- a/iCallSV/iCallSV.py +++ b/iCallSV/iCallSV.py @@ -32,7 +32,7 @@ import filterAnnotatedSV as fas __all__ = [] -__version__ = 0.1 +__version__ = 0.2 __date__ = '2015-03-30' __updated__ = '2016-06-01' diff --git a/setup.py b/setup.py index 17cd415..6032898 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(*filenames, **kwargs): long_description=long_description, include_package_data=True, url='https://github.com/rhshah/iCallSV', - download_url='https://github.com/rhshah/iCallSV/tarball/0.0.1', + download_url='https://github.com/rhshah/iCallSV/tarball/0.0.2', author=iAnnotateSV.__author__, author_email='rons.shah@gmail.com', license=iAnnotateSV.__license__,