From 77453137edb45ab4fcfa428b1c39d3891c22ef12 Mon Sep 17 00:00:00 2001 From: Makoto Shimazu Date: Sun, 1 Apr 2018 00:13:59 +0900 Subject: [PATCH] Update the path to the schematic --- mozc-nazoru/README.rst | 2 +- mozc-nazoru/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',