Skip to content

Commit d194b19

Browse files
authored
bump version 0.5.4
1 parent 289556e commit d194b19

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.5.3"
123+
__version__ = "0.5.4"
124124
from .client import Client
125125
from .path import Path

0 commit comments

Comments
 (0)