diff --git a/box/__init__.py b/box/__init__.py index 12b065b..385b061 100644 --- a/box/__init__.py +++ b/box/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __author__ = "Chris Griffith" -__version__ = "7.0.0rc3" +__version__ = "7.0.0rc4" from box.box import Box from box.box_list import BoxList diff --git a/pyproject.toml b/pyproject.toml index 2c459d3..35b4b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ exclude = ''' [tool.poetry] name = "python-box" -version = "7.0.0rc3" +version = "7.0.0rc4" description = "Advanced Python dictionaries with dot notation access" license = "MIT" authors = ["Chris Griffith ", ]