Skip to content

Commit 55f0adf

Browse files
authored
update version to 0.4.0
1 parent e7e806d commit 55f0adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rejson/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ def decode(self, obj):
112112
obj = rj.jsonget('custom', Path.rootPath())
113113
```
114114
"""
115-
__version__ = "0.3.0"
115+
__version__ = "0.4.0"
116116
from .client import Client
117117
from .path import Path

0 commit comments

Comments
 (0)