From a6651b62a5057e9294d199f9f570d724a2ceda19 Mon Sep 17 00:00:00 2001 From: Antoine Weisrock Date: Wed, 25 Jan 2023 17:36:37 +0100 Subject: [PATCH] [ref] Updated the version to 2.0.0.dev0 --- docs/source/conf.py | 2 +- src/crappy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index daca9b4a..5a445735 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ import os import sys from time import asctime -__version__ = '1.5.9' +__version__ = '2.0.0.dev0' sys.path.insert(0, os.path.abspath('../..')) sys.setrecursionlimit(1500) diff --git a/src/crappy/__version__.py b/src/crappy/__version__.py index 7e1a5012..7d41a1a6 100644 --- a/src/crappy/__version__.py +++ b/src/crappy/__version__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = '1.5.9' +__version__ = '2.0.0.dev0'