Skip to content

Commit

Permalink
increase box version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Jan 31, 2023
1 parent 0516d8d commit 0ec0efa
Showing 1 changed file with 1 addition and 1 deletion.
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.0rc0"
__version__ = "7.0.0rc1"

from box.box import Box
from box.box_list import BoxList
Expand Down

0 comments on commit 0ec0efa

Please sign in to comment.