Skip to content

Commit 67f43fb

Browse files
committed
[deploy] bump version to 0.5.4 to test include path
1 parent c13e2c9 commit 67f43fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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)

bjdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .encoder import EncoderException
4141
from .decoder import DecoderException
4242

43-
__version__ = "0.5.3"
43+
__version__ = "0.5.4"
4444

4545
__all__ = (
4646
"EXTENSION_ENABLED",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def build_extension(self, ext):
8585

8686
setup(
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",

0 commit comments

Comments
 (0)