Skip to content

Commit

Permalink
Merge pull request #24 from rhshah/master
Browse files Browse the repository at this point in the history
Merge From Master
  • Loading branch information
rhshah authored Nov 29, 2016
2 parents d6fd63a + 709a97d commit 9d72c82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions iCallSV/__init__.py
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'
4 changes: 2 additions & 2 deletions iCallSV/iCallSV.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
import coloredlogs

__all__ = []
__version_info__ = ('0', '0', '5')
__version_info__ = ('0', '0', '6')
__version__ = '.'.join(__version_info__)
__date__ = '2015-03-30'
__updated__ = '2016-11-09'
__updated__ = '2016-11-29'


def main(argv=None): # IGNORE:C0111
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.5',
download_url='https://github.com/rhshah/iCallSV/tarball/0.0.6',
author=iAnnotateSV.__author__,
author_email='[email protected]',
license=iAnnotateSV.__license__,
Expand Down

0 comments on commit 9d72c82

Please sign in to comment.