Skip to content

Commit

Permalink
Bump version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Feb 19, 2020
1 parent 7f603d9 commit dcbbdb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ Usage of DAI module
There is a executable DAI module. User can invoke it via the command line
interface.::

python -m iottalkpy.dai /path/to/your/ida
python -m iottalkpy.dai /path/to/your/ida.py

or::

python -m iottalkpy.dai /path/to/your/ida # in case of dir


Usage of DAN module
Expand Down
2 changes: 1 addition & 1 deletion iottalkpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.0'
version = '2.2.1'

0 comments on commit dcbbdb8

Please sign in to comment.