Skip to content

Commit 419ab62

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent 2fe1acd commit 419ab62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.3.1
33
commit = True
44
tag = False
55

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ integrated into and controlled from anything that can use MQTT.
77

88
This package works well with HomeAssistant and can be easily [installed as an addon](docs/HA_Addon_Instructions.md) using the HomeAssistant Supervisor.
99

10-
Version: 1.3.0 ([History](CHANGELOG.md))
10+
Version: 1.3.1 ([History](CHANGELOG.md))
1111

1212
### Recent Breaking Changes
1313

Diff for: config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Insteon MQTT",
33
"description": "Creates an MQTT interface to the Insteon protocol.",
44
"slug": "insteon-mqtt",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"startup": "services",
77
"arch": ["amd64","armhf","aarch64","i386"],
88
"boot": "auto",

Diff for: insteon_mqtt/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
variable throughout the code without causing a cyclic import
1212
"""
1313

14-
__version__ = "1.3.0"
14+
__version__ = "1.3.1"
1515

1616
#===========================================================================

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name = 'insteon-mqtt',
11-
version = '1.3.0',
11+
version = '1.3.1',
1212
description = "Insteon <-> MQTT bridge server",
1313
long_description = readme,
1414
author = "Ted Drain",

0 commit comments

Comments
 (0)