Skip to content

Commit

Permalink
Bump to 0.2.1 following bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sg495 committed Jan 15, 2022
1 parent c8b53dd commit bafa245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dag_cbor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python implementation of the `DAG-CBOR codec <https://ipld.io/specs/codecs/dag-cbor/spec/>`_ specification.
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

from .encoding import encode
from .decoding import decode
Expand Down

0 comments on commit bafa245

Please sign in to comment.