From dcbbdb84f0b507c0f36c67419a715bec8632c883 Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Wed, 19 Feb 2020 13:25:05 +0800 Subject: [PATCH] Bump version to v2.2.1 --- README.rst | 6 +++++- iottalkpy/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5b9a93d..4513315 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/iottalkpy/__init__.py b/iottalkpy/__init__.py index d4b750f..6c3c2c9 100644 --- a/iottalkpy/__init__.py +++ b/iottalkpy/__init__.py @@ -1 +1 @@ -version = '2.2.0' +version = '2.2.1'