diff --git a/docs/source/conf.py b/docs/source/conf.py index 8fb5e6eb..183293fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ import os import sys from time import asctime -__version__ = '2.0.0.dev2' +__version__ = '2.0.0.dev3' sys.path.insert(0, os.path.abspath('../..')) sys.setrecursionlimit(1500) diff --git a/src/crappy/__version__.py b/src/crappy/__version__.py index 1eea6b5d..61e8c3a9 100644 --- a/src/crappy/__version__.py +++ b/src/crappy/__version__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = '2.0.0.dev2' +__version__ = '2.0.0.dev3'