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 55- Copyright: (C) Qianqian Fang (2020-2025) <q.fang at neu.edu>
66- Copyright: (C) Iotic Labs Ltd. (2016-2019) <vilnis.termanis at iotic-labs.com>
77- License: Apache License, Version 2.0
8- - Version: 0.5.3
8+ - Version: 0.5.4
99- URL: https://pypi.org/project/bjdata/
1010- Github: https://github.com/NeuroJSON/pybj
1111- BJData Spec Version: [ V1 Draft 3] ( https://neurojson.org/bjdata/draft3 )
Original file line number Diff line number Diff line change 4040from .encoder import EncoderException
4141from .decoder import DecoderException
4242
43- __version__ = "0.5.3 "
43+ __version__ = "0.5.4 "
4444
4545__all__ = (
4646 "EXTENSION_ENABLED" ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def build_extension(self, ext):
8585
8686setup (
8787 name = "bjdata" ,
88- version = "0.5.3 " ,
88+ version = "0.5.4 " ,
8989 description = "Binary JData and UBJSON encoder/decoder" ,
9090 long_description = load_description ("README.md" ),
9191 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments