-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from rhshah/master
Merge From Master
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
__title__ = 'iCallSV' | ||
__version__ = '0.0.5' | ||
__version__ = '0.0.6' | ||
__author__ = 'Ronak H Shah' | ||
__license__ = 'Apache Software License' | ||
__copyright__ = 'Copyright 2015 Ronak Hasmukh Shah' | ||
__copyright__ = 'Copyright 2016 Ronak Hasmukh Shah' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5', | ||
download_url='https://github.com/rhshah/iCallSV/tarball/0.0.6', | ||
author=iAnnotateSV.__author__, | ||
author_email='[email protected]', | ||
license=iAnnotateSV.__license__, | ||
|