Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Dec 18, 2018
1 parent 527884e commit 8e7e1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export PATH := $(PWD)/esp-open-sdk/xtensa-lx106-elf/bin:$(PWD)/micropython/tools:$(PWD)/micropython/ports/unix:$(HOME)/go/bin:$(PATH)

VERSION := 0.3.0
VERSION := 0.3.1
MICROPYVERSION := 1.9.4
PORT := /dev/ttyUSB0

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A MicroPython implementation of `Homie <https://github.com/homieiot/convention>`

Currently Microhomie implements `Homie v3.0.1 <https://github.com/homieiot/convention/releases/tag/v3.0.1>`_.

Latest release: `v0.3.0 <https://github.com/microhomie/microhomie/tree/v0.3.0>`_
Latest release: `v0.3.1 <https://github.com/microhomie/microhomie/tree/v0.3.0>`_

*This project is in beta stage.*

Expand Down
2 changes: 1 addition & 1 deletion homie/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = b"0.3.0"
__version__ = b"0.3.1"

0 comments on commit 8e7e1f5

Please sign in to comment.