Skip to content

Commit 61c94ed

Browse files
committed
version control via __init__, setup will look it up
1 parent 473567a commit 61c94ed

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
@@ -112,6 +112,6 @@ def decode(self, obj):
112112
obj = rj.jsonget('custom', Path.rootPath())
113113
```
114114
"""
115-
115+
__version__ = "0.1.0"
116116
from .client import Client
117117
from .path import Path

0 commit comments

Comments
 (0)