Skip to content

Commit

Permalink
Bump version: 0.6.6 → 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TD22057 committed Feb 18, 2019
1 parent a81a249 commit 4a875f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.6
current_version = 0.6.7
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ My initial intent with this package is better integrate Insteon into
Home Assistant and make it easier and more understandable to add new
features and devices.

Version: 0.6.6 ([History](HISTORY.md))
Version: 0.6.7 ([History](HISTORY.md))

### Breaking changes from last version:

Expand Down
2 changes: 1 addition & 1 deletion hassio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Insteon MQTT",
"description": "Python Insteon PLM <-> MQTT bridge",
"slug": "insteon-mqtt",
"version": "0.6.6",
"version": "0.6.7",
"startup": "services",
"boot": "auto",
"auto_uart": true,
Expand Down
2 changes: 1 addition & 1 deletion insteon_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
For docs, see: https://www.github.com/TD22057/insteon-mqtt
"""

__version__ = "0.6.6"
__version__ = "0.6.7"

#===========================================================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name = 'insteon-mqtt',
version = '0.6.6',
version = '0.6.7',
description = "Insteon <-> MQTT bridge server",
long_description = readme,
author = "Ted Drain",
Expand Down

0 comments on commit 4a875f9

Please sign in to comment.