From 0ec0efa0ee6083453a2ae154df4d5e91c9a0662a Mon Sep 17 00:00:00 2001 From: Chris Griffith Date: Tue, 31 Jan 2023 12:40:40 -0600 Subject: [PATCH] increase box version --- box/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box/__init__.py b/box/__init__.py index 706bdf4..91184e1 100644 --- a/box/__init__.py +++ b/box/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __author__ = "Chris Griffith" -__version__ = "7.0.0rc0" +__version__ = "7.0.0rc1" from box.box import Box from box.box_list import BoxList