Skip to content

Commit

Permalink
Merge pull request #34 from sakuraio/release/v0.1.5
Browse files Browse the repository at this point in the history
Release v0.1.5
  • Loading branch information
chibiegg committed Jan 10, 2018
2 parents 10782dd + 1efccc2 commit 18b75fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/hardware/api.rst
Expand Up @@ -16,7 +16,9 @@ Transmit
--------

.. automethod:: hardware.commands.transmit.TransmitMixins.enqueue_tx_raw(channel, type, data, offset=0)
.. automethod:: hardware.commands.transmit.TransmitMixins.enqueue_tx(channel, value, offset=0)
.. automethod:: hardware.commands.transmit.TransmitMixins.send_immediate_raw(channel, type, data)
.. automethod:: hardware.commands.transmit.TransmitMixins.send_immediate(channel, value)
.. automethod:: hardware.commands.transmit.TransmitMixins.get_tx_queue_length()
.. automethod:: hardware.commands.transmit.TransmitMixins.clear_tx()
.. automethod:: hardware.commands.transmit.TransmitMixins.send()
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -4,10 +4,10 @@

setup(
name='SakuraIO',
version='0.1.4',
description='Python SakuraIO Library',
version='0.1.5',
description='Python sakura.io Library',
author='chibiegg',
author_email='chibiegg@chibiegg.net',
author_email='y-egusa@sakura.ad.jp',
url='https://github.com/sakuraio/python-sakuraio/',
packages=['sakuraio', 'sakuraio.hardware', 'sakuraio.hardware.commands', 'sakuraio.hardware.rpi'],
classifiers=[
Expand Down

0 comments on commit 18b75fe

Please sign in to comment.