File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,14 @@ The function decodes a byte string according to the COBS method.
6262 input, and ``cobs.cobs.DecodeError `` is raised.
6363
6464
65+ ``__version__ `` -- package version information
66+ ----------------------------------------------
67+
68+ .. data :: __version__
69+
70+ The variable contains the package version number as a string.
71+
72+
6573.. _cobs-examples :
6674
6775Examples
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ The function decodes a byte string according to the COBS/R method.
5959 ``cobs.cobsr.DecodeError `` exception will be raised.
6060
6161
62+ ``__version__ `` -- package version information
63+ ----------------------------------------------
64+
65+ .. data :: __version__
66+
67+ The variable contains the package version number as a string.
68+
69+
6270.. _cobsr-examples :
6371
6472Examples
You can’t perform that action at this time.
0 commit comments