You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/setup.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
setuptools.setup(
7
7
name="codedjson",
8
-
version="1.1.1",
9
-
description="Coded JSON files. Save your files with .cjson extension to unlock these features",
8
+
version="1.2.0",
9
+
description="CJSON is a data file format(inspired from JSON), but supports logical expressions too. Having extended language support to NodeJS, Python and Java, users has experienced data reusability. For features and examples, please refer to this documentation as base document.",
0 commit comments