diff --git a/cachalot/__init__.py b/cachalot/__init__.py index d59458f..1ba593c 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ from .settings import cachalot_settings -__version__ = (0, 8, 0) +__version__ = (0, 8, 0, 'post') version_string = '.'.join(str(n) for n in __version__)