File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717#include "lib/jsonic/jsonic.h"
1818
19- #define PYJSONIC_VERSION "1.1 "
19+ #define PYJSONIC_VERSION "1.2 "
2020
2121typedef struct {
2222 PyObject_HEAD
Original file line number Diff line number Diff line change 11[metadata]
22name = pyjsonic
3- version = 1.1
3+ version = 1.2
44author = Oğuzhan Eroğlu
5566home-page = https://github.com/rohanrhu/python-jsonic
Original file line number Diff line number Diff line change 1616 long_description = f .read ()
1717
1818jsonic = Extension (
19- "pyjsonic " ,
19+ "jsonic " ,
2020 sources = [
2121 "python-jsonic.c" ,
2222 "lib/jsonic/jsonic.c"
2525
2626setup (
2727 name = "pyjsonic" ,
28- version = "1.1 " ,
28+ version = "1.2 " ,
2929 description = "Python bindings for Jsonic JSON reader library." ,
3030 long_description = long_description ,
3131 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments