Skip to content

Commit b0155ae

Browse files
committed
0.3.1
1 parent 85e822a commit b0155ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

diot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
DiotFrozenError
99
)
1010

11-
__version__ = "0.3.0"
11+
__version__ = "0.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "diot"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Python dictionary with dot notation."
99
authors = [ "pwwang <pwwang@pwwang.com>",]
1010
license = "MIT"

0 commit comments

Comments
 (0)