Skip to content

Commit

Permalink
Change version number to 8.0.0.dev0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 14, 2017
1 parent 6f262e5 commit 5fbcbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nikola/__init__.py
Expand Up @@ -29,7 +29,7 @@
import os
import sys

__version__ = '7.8.8'
__version__ = '8.0.0.dev0'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

if sys.version_info[0] == 2:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -110,7 +110,7 @@ def run(self):


setup(name='Nikola',
version='7.8.8',
version='8.0.0.dev0',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down

0 comments on commit 5fbcbf4

Please sign in to comment.