Skip to content

Commit

Permalink
remove pyprojet.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Apr 27, 2022
1 parent 76aa5df commit 23c36e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Copyright: (C) Qianqian Fang (2020-2022) <q.fang at neu.edu>
- Copyright: (C) Iotic Labs Ltd. (2016-2019) <vilnis.termanis at iotic-labs.com>
- License: Apache License, Version 2.0
- Version: 0.3.2
- Version: 0.3.3
- URL: https://pypi.org/project/bjdata/
- Github: https://github.com/fangq/pybj
- BJData Spec Version: [V1 Draft 2](https://neurojson.org/bjdata/draft2)
Expand Down
2 changes: 1 addition & 1 deletion bjdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
from .encoder import EncoderException
from .decoder import DecoderException

__version__ = '0.3.2'
__version__ = '0.3.3'

__all__ = ('EXTENSION_ENABLED', 'dump', 'dumpb', 'EncoderException', 'load', 'loadb', 'DecoderException')
7 changes: 0 additions & 7 deletions pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def build_extension(self, ext):

setup(
name='bjdata',
version='0.3.2',
version='0.3.3',
description='Binary JData and UBJSON encoder/decoder',
long_description=load_description('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 23c36e9

Please sign in to comment.