aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/__init__.py')
-rw-r--r--nikola/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py
index 0a82198..787ce8e 100644
--- a/nikola/__init__.py
+++ b/nikola/__init__.py
@@ -27,7 +27,7 @@
from __future__ import absolute_import
import os
-__version__ = "6.3.0"
+__version__ = "6.4.0"
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
from .nikola import Nikola # NOQA