Skip to content

Commit

Permalink
v1.4.0 - add "simplejson" extra for addition encoding features
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jan 29, 2019
1 parent 8f52a1f commit 65502ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pprintjson/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__version__ = "1.4.0"

from pprintjson.pprintjson import pprintjson

__all__ = ["pprintjson"]

0 comments on commit 65502ca

Please sign in to comment.