diff --git a/mozc-nazoru/README.rst b/mozc-nazoru/README.rst index d88ca50..80b97a5 100644 --- a/mozc-nazoru/README.rst +++ b/mozc-nazoru/README.rst @@ -71,7 +71,7 @@ has non-connected pads and connectors for SPI and I2C. The connector itself should be compatible with other Raspberry Pi, but we tested it only on Raspberry Pi Zero W. -.. image:: ./board/schematic.png +.. image:: https://raw.githubusercontent.com/google/mozc-devices/master/mozc-nazoru/board/schematic.png :width: 1000px Raspberry Pi Setup diff --git a/mozc-nazoru/setup.py b/mozc-nazoru/setup.py index 3a48733..a653f74 100755 --- a/mozc-nazoru/setup.py +++ b/mozc-nazoru/setup.py @@ -24,7 +24,7 @@ def read_file(name): setup( name='nazoru-input', - version='0.1', + version='0.1.1', author='Makoto Shimazu', author_email='shimazu@google.com', url='https://landing.google.com/tegaki',