From 514aa3dc0742f64910064ded1ae0cc9e4b9aca48 Mon Sep 17 00:00:00 2001 From: Chris Griffith Date: Fri, 3 Feb 2023 12:22:03 -0600 Subject: [PATCH] last publish test if it works --- box/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ", ]