Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bofm authored Aug 2, 2017
1 parent 21533f1 commit 22086bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .storage import CacheStorageBase, SQLiteStorage


__version__ = '0.1.dev5'
__version__ = '0.1.dev6'

__all__ = (Cache, CacheStorageBase, SQLiteStorage)

0 comments on commit 22086bf

Please sign in to comment.