Skip to content

Commit

Permalink
change version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoji Imamura committed Jul 25, 2018
1 parent 3f11818 commit b3184f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo pip3 install pygattlib
### 補遺2 インストール

```shell
sudo pip3 install https://github.com/isaaxug/omron_envsensor/archive/0.0.2.zip
sudo pip3 install https://github.com/isaaxug/omron_envsensor/archive/0.0.3.zip
```

### 補遺3 サンプルスクリプトの使用方法
Expand Down
2 changes: 1 addition & 1 deletion omron_envsensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from __future__ import absolute_import

__version__ = '0.0.2'
__version__ = '0.0.3'

from logging import getLogger, NullHandler
logger = getLogger('omron_envsensor')
Expand Down

0 comments on commit b3184f3

Please sign in to comment.