File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55- Copyright: (C) Qianqian Fang (2019-2025) <q.fang at neu.edu>
66- License: Apache License, Version 2.0
7- - Version: 0.8.2
7+ - Version: 0.8.3
88- URL: https://github.com/NeuroJSON/pyjdata
99- Acknowledgement: This project is supported by US National Institute of Health (NIH)
1010 grant [ U24-NS124027] ( https://reporter.nih.gov/project-details/10308329 )
Original file line number Diff line number Diff line change 121121
122122from .neurojson import neuroj , neurojgui
123123
124- __version__ = "0.8.2 "
124+ __version__ = "0.8.3 "
125125__all__ = [
126126 "loadjson" ,
127127 "savejson" ,
Original file line number Diff line number Diff line change 66setup (
77 name = "jdata" ,
88 packages = ["jdata" ],
9- version = "0.8.2 " ,
9+ version = "0.8.3 " ,
1010 license = "Apache license 2.0" ,
1111 description = "JSON/binary JSON formats for exchanging Python and Numpy data" ,
1212 long_description = readme ,
You can’t perform that action at this time.
0 commit comments