Skip to content

Commit

Permalink
Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
mloesch committed Nov 13, 2016
1 parent 4325277 commit eed4163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickle/__init__.py
Expand Up @@ -8,7 +8,7 @@
:copyright: Copyright 2015 Mathias Loesch
"""

__version__ = '0.5'
__version__ = '0.6'

from .app import Sickle
from sickle.response import OAIResponse

0 comments on commit eed4163

Please sign in to comment.