Skip to content

Commit 4272a82

Browse files
authored
bump version (#1171)
1 parent 05e049d commit 4272a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.12.0
2+
current_version = 2.13.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55

azure-iot-device/azure/iot/device/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""This module defines constants for use across the azure-iot-device package
77
"""
88

9-
VERSION = "2.12.0"
9+
VERSION = "2.13.0"
1010
IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py"
1111
PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py"
1212
IOTHUB_API_VERSION = "2019-10-01"

0 commit comments

Comments
 (0)