Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kerimlcr committed May 23, 2017
1 parent 851ec50 commit c29bf26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CloudSync(InterfaceActionBase):
description = 'Cloud Sync'
supported_platforms = ['linux']
author = 'Kerim Ölçer, Ali Güven Odabaşıoğlu'
version = (0, 0, 2)
version = (0, 0, 3)
minimum_calibre_version = (0, 7, 53)


Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__license__ = 'GPL v3'
__copyright__ = '2017, Kerim Ölçer <[email protected]>, Ali Güven Odabaşıoğlu <[email protected]>'
__docformat__ = 'restructuredtext en'
__version__ = "0.0.2"
__version__ = "0.0.3"

if False:
get_icons = get_resources = None
Expand Down

0 comments on commit c29bf26

Please sign in to comment.