Skip to content

Commit

Permalink
Merge pull request #6 from dajiaji/fix-installing
Browse files Browse the repository at this point in the history
Fix description of installation.
  • Loading branch information
dajiaji authored Apr 17, 2021
2 parents b364531 + 2224059 commit 31f40da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.1.1
-------------

Released 2021-04-18

- Fix description of installation.

Version 0.1.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A Python (>= 3.6) implementation of CBOR Web Token (CWT) and CBOR Object Signing

## Installing

Install with pip after cloning this repository.
Install with pip:

```
pip install .
pip install cwt
```

## Usase
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .exceptions import PyCWTDecodeError, PyCWTEncodeError, PyCWTError
from .key_builder import KeyBuilder, cose_key

__version__ = "0.1.0"
__version__ = "0.1.1"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down

0 comments on commit 31f40da

Please sign in to comment.