Skip to content

Commit f284472

Browse files
committed
bump version
1 parent a0ba141 commit f284472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rejson/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
123+
__version__ = "0.5.3"
124124
from .client import Client
125125
from .path import Path

0 commit comments

Comments
 (0)