diff options
Diffstat (limited to 'nikola/__init__.py')
| -rw-r--r-- | nikola/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py index 787ce8e..cf4d2e5 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -27,7 +27,7 @@ from __future__ import absolute_import import os -__version__ = "6.4.0" +__version__ = "7.0.1" DEBUG = bool(os.getenv('NIKOLA_DEBUG')) from .nikola import Nikola # NOQA |
