1 parent 85e822a commit b0155aeCopy full SHA for b0155ae
2 files changed
diot/__init__.py
@@ -8,4 +8,4 @@
8
DiotFrozenError
9
)
10
11
-__version__ = "0.3.0"
+__version__ = "0.3.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
5
[tool.poetry]
6
name = "diot"
7
-version = "0.3.0"
+version = "0.3.1"
description = "Python dictionary with dot notation."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
0 commit comments