Skip to content

Commit

Permalink
update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Jan 7, 2019
1 parent c47a634 commit cd7495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ def decode(self, obj):
obj = rj.jsonget('custom', Path.rootPath())
```
"""
__version__ = "0.2.1"
__version__ = "0.3.0"
from .client import Client
from .path import Path

0 comments on commit cd7495f

Please sign in to comment.