From 74e54d6d949fe8484c998fafee7ae01b9e432f98 Mon Sep 17 00:00:00 2001 From: Chris Griffith Date: Sat, 28 Jan 2023 14:24:20 -0600 Subject: [PATCH] Mark version as 7.0.0rc0 --- box/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box/__init__.py b/box/__init__.py index a1795a1..706bdf4 100644 --- a/box/__init__.py +++ b/box/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __author__ = "Chris Griffith" -__version__ = "7.0.0" +__version__ = "7.0.0rc0" from box.box import Box from box.box_list import BoxList