Skip to content

Commit 9c3a9c3

Browse files
authored
Update __init__.py
1 parent 4fe7c93 commit 9c3a9c3

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
@@ -120,6 +120,6 @@ def decode(self, obj):
120120
obj = rj.jsonget('custom', Path.rootPath())
121121
```
122122
"""
123-
__version__ = "0.4.0"
123+
__version__ = "0.5.0"
124124
from .client import Client
125125
from .path import Path

0 commit comments

Comments
 (0)