Skip to content

Commit

Permalink
Changed Version Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jun 7, 2016
1 parent fff169e commit 8f7d465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iCallSV/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion iCallSV/iCallSV.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import filterAnnotatedSV as fas

__all__ = []
__version__ = 0.1
__version__ = 0.2
__date__ = '2015-03-30'
__updated__ = '2016-06-01'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license=iAnnotateSV.__license__,
Expand Down

0 comments on commit 8f7d465

Please sign in to comment.