Skip to content

Commit

Permalink
last publish test if it works
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Feb 3, 2023
1 parent d67b51a commit 514aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chris@cdgriffith.com>", ]
Expand Down

0 comments on commit 514aa3d

Please sign in to comment.